#D5AB5A

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

Shades of Apache #D5AB5A

Tints of Apache #D5AB5A

Color information

#D5AB5A (or 0xD5AB5A) is unknown color: approx Apache. HEX triplet: D5, AB and 5A. RGB value is (213,171,90). Sum of RGB (Red+Green+Blue) = 213+171+90=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 90 (35.55% from 255 or 18.99% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB5A is #2A54A5. Grayscale: #AEAEAE. Windows color (decimal): -2774182 or 5942229. OLE color: 5942229.

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

Color convert

RGB21317190-
CMYK00.200.580.16
HSL39.51º59.42%59.41%-
HSV(B)39.51º57.75%83.53%-
XYZ43.8544.0115.86-
YUV174.3280.41155.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.94%
GREEN value IS 171 (67.19% from 255) = 36.08%
BLUE value IS 90 (35.55% from 255) = 18.99%
R=44.94%
G=36.08%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131719000.200.580.1639.5159.4259.41
HexD5AB5A0143A10283b3b
Octal3252531320247220507373
Binary1101010110101011101101001010011101010000101000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AB5A; }

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

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

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

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

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

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

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

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