#C4AB3B

Color #C4AB3B Old Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Gold #C4AB3B

Tints of Old Gold #C4AB3B

Color information

#C4AB3B (or 0xC4AB3B) is unknown color: approx Old Gold. HEX triplet: C4, AB and 3B. RGB value is (196,171,59). Sum of RGB (Red+Green+Blue) = 196+171+59=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 59 (23.44% from 255 or 13.85% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AB3B is #3B54C4. Grayscale: #A6A6A6. Windows color (decimal): -3888325 or 3910596. OLE color: 3910596.

HSL color Cylindrical-coordinate representation of color #C4AB3B: hue angle of 49.05º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4AB3B is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB19617159-
CMYK00.130.700.23
HSL49.05º53.73%50%-
HSV(B)49.05º69.9%76.86%-
XYZ38.1241.1810.08-
YUV165.7167.78149.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 46.01%
GREEN value IS 171 (67.19% from 255) = 40.14%
BLUE value IS 59 (23.44% from 255) = 13.85%
R=46.01%
G=40.14%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961715900.130.700.2349.0553.7350
HexC4AB3B0D4617313632
Octal3042537301510627616662
Binary110001001010101111101101101100011010111110001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AB3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AB3B; }

 p { color: rgb(196,171,59); }

 H1.HeaderClassName
 {
   color: #C4AB3B;
 }
 .AnyTagClassName
 {
   color: #C4AB3B;
 }
</style>
background-color css

<style>
 a { background-color: #C4AB3B; }

 a { background-color: rgb(196,171,59); }

 div.DivClassName
 {
   background-color: #C4AB3B;
 }
 .BgClassName
 {
   background-color: #C4AB3B;
 }
</style>
border-color css

<style>
 span { border-color: #C4AB3B; }

 span { border-color: rgb(196,171,59); }

 td.TdClassName
 {
   border-color: #C4AB3B;
 }
 .TagClassName
 {
   border-color: #C4AB3B;
 }
</style>