#C4AB3D

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

Shades of Old Gold #C4AB3D

Tints of Old Gold #C4AB3D

Color information

#C4AB3D (or 0xC4AB3D) is unknown color: approx Old Gold. HEX triplet: C4, AB and 3D. RGB value is (196,171,61). Sum of RGB (Red+Green+Blue) = 196+171+61=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 61 (24.22% from 255 or 14.25% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AB3D is #3B54C2. Grayscale: #A6A6A6. Windows color (decimal): -3888323 or 4041668. OLE color: 4041668.

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

Color convert

RGB19617161-
CMYK00.130.690.23
HSL48.89º53.36%50.39%-
HSV(B)48.89º68.88%76.86%-
XYZ38.1741.210.36-
YUV165.9468.78149.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.79%
GREEN value IS 171 (67.19% from 255) = 39.95%
BLUE value IS 61 (24.22% from 255) = 14.25%
R=45.79%
G=39.95%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961716100.130.690.2348.8953.3650.39
HexC4AB3D0D4517313532
Octal3042537501510527616562
Binary110001001010101111110101101100010110111110001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AB3D; }

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

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

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

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

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

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

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

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