#D5AC5A

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

Shades of Apache #D5AC5A

Tints of Apache #D5AC5A

Color information

#D5AC5A (or 0xD5AC5A) is unknown color: approx Apache. HEX triplet: D5, AC and 5A. RGB value is (213,172,90). Sum of RGB (Red+Green+Blue) = 213+172+90=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 90 (35.55% from 255 or 18.95% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AC5A is #2A53A5. Grayscale: #AFAFAF. Windows color (decimal): -2773926 or 5942485. OLE color: 5942485.

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

Color convert

RGB21317290-
CMYK00.190.580.16
HSL40º59.42%59.41%-
HSV(B)40º57.75%83.53%-
XYZ44.0444.3915.92-
YUV174.9180.08155.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.84%
GREEN value IS 172 (67.58% from 255) = 36.21%
BLUE value IS 90 (35.55% from 255) = 18.95%
R=44.84%
G=36.21%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131729000.190.580.164059.4259.41
HexD5AC5A0133A10283b3b
Octal3252541320237220507373
Binary1101010110101100101101001001111101010000101000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AC5A; }

 p { color: rgb(213,172,90); }

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

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

 a { background-color: rgb(213,172,90); }

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

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

 span { border-color: rgb(213,172,90); }

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