#D5A95A

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

Shades of Apache #D5A95A

Tints of Apache #D5A95A

Color information

#D5A95A (or 0xD5A95A) is unknown color: approx Apache. HEX triplet: D5, A9 and 5A. RGB value is (213,169,90). Sum of RGB (Red+Green+Blue) = 213+169+90=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A95A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A95A is #2A56A5. Grayscale: #ADADAD. Windows color (decimal): -2774694 or 5941717. OLE color: 5941717.

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

Color convert

RGB21316990-
CMYK00.210.580.16
HSL38.54º59.42%59.41%-
HSV(B)38.54º57.75%83.53%-
XYZ43.4743.2615.73-
YUV173.1581.08156.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.13%
GREEN value IS 169 (66.41% from 255) = 35.81%
BLUE value IS 90 (35.55% from 255) = 19.07%
R=45.13%
G=35.81%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131699000.210.580.1638.5459.4259.41
HexD5A95A0153A10273b3b
Octal3252511320257220477373
Binary1101010110101001101101001010111101010000100111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A95A; }

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

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

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

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

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

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

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

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