#CFAE54

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

Shades of Apache #CFAE54

Tints of Apache #CFAE54

Color information

#CFAE54 (or 0xCFAE54) is unknown color: approx Apache. HEX triplet: CF, AE and 54. RGB value is (207,174,84). Sum of RGB (Red+Green+Blue) = 207+174+84=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 84 (33.20% from 255 or 18.06% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAE54 is #3051AB. Grayscale: #AEAEAE. Windows color (decimal): -3166636 or 5549775. OLE color: 5549775.

HSL color Cylindrical-coordinate representation of color #CFAE54: hue angle of 43.9º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CFAE54 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB20717484-
CMYK00.160.590.19
HSL43.9º56.16%57.06%-
HSV(B)43.9º59.42%81.18%-
XYZ42.4744.1814.68-
YUV173.6177.43151.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.52%
GREEN value IS 174 (68.36% from 255) = 37.42%
BLUE value IS 84 (33.20% from 255) = 18.06%
R=44.52%
G=37.42%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071748400.160.590.1943.956.1657.06
HexCFAE540103B132c3839
Octal3172561240207323547071
Binary1100111110101110101010001000011101110011101100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAE54; }

 p { color: rgb(207,174,84); }

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

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

 a { background-color: rgb(207,174,84); }

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

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

 span { border-color: rgb(207,174,84); }

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