#CFAA58

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

Shades of Apache #CFAA58

Tints of Apache #CFAA58

Color information

#CFAA58 (or 0xCFAA58) is unknown color: approx Apache. HEX triplet: CF, AA and 58. RGB value is (207,170,88). Sum of RGB (Red+Green+Blue) = 207+170+88=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 88 (34.77% from 255 or 18.92% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA58 is #3055A7. Grayscale: #ACACAC. Windows color (decimal): -3167656 or 5810895. OLE color: 5810895.

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

Color convert

RGB20717088-
CMYK00.180.570.19
HSL41.34º55.35%57.84%-
HSV(B)41.34º57.49%81.18%-
XYZ41.8742.7215.27-
YUV171.7280.76153.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.52%
GREEN value IS 170 (66.80% from 255) = 36.56%
BLUE value IS 88 (34.77% from 255) = 18.92%
R=44.52%
G=36.56%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071708800.180.570.1941.3455.3557.84
HexCFAA58012391329373a
Octal3172521300227123516772
Binary1100111110101010101100001001011100110011101001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAA58; }

 p { color: rgb(207,170,88); }

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

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

 a { background-color: rgb(207,170,88); }

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

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

 span { border-color: rgb(207,170,88); }

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