#D5A15A

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

Shades of Apache #D5A15A

Tints of Apache #D5A15A

Color information

#D5A15A (or 0xD5A15A) is unknown color: approx Apache. HEX triplet: D5, A1 and 5A. RGB value is (213,161,90). Sum of RGB (Red+Green+Blue) = 213+161+90=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 90 (35.55% from 255 or 19.40% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A15A is #2A5EA5. Grayscale: #A8A8A8. Windows color (decimal): -2776742 or 5939669. OLE color: 5939669.

HSL color Cylindrical-coordinate representation of color #D5A15A: hue angle of 34.63º 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 #D5A15A is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB21316190-
CMYK00.240.580.16
HSL34.63º59.42%59.41%-
HSV(B)34.63º57.75%83.53%-
XYZ42.0340.3715.25-
YUV168.4583.73159.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.91%
GREEN value IS 161 (63.28% from 255) = 34.70%
BLUE value IS 90 (35.55% from 255) = 19.40%
R=45.91%
G=34.70%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131619000.240.580.1634.6359.4259.41
HexD5A15A0183A10233b3b
Octal3252411320307220437373
Binary1101010110100001101101001100011101010000100011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A15A; }

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

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

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

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

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

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

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

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