Html Css Color HEX #D5AA5A Apache

📋 copy color: '#D5AA5A'

red 213 ◦ green 170 ◦ blue 90

#D5AA5A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apache #D5AA5A

Tints of Apache #D5AA5A

RGB

 RED value IS 213 (83.59% from 255) = 45.03%

 GREEN value IS 170 (66.8% from 255) = 35.94%

 BLUE value IS 90 (35.55% from 255) = 19.03%

R = 45.03%
G = 35.94%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D5AA5A (or 0xD5AA5A) is known color: Apache. HEX triplet: D5, AA and 5A. RGB value is (213,170,90). Sum of RGB (Red+Green+Blue) = 213+170+90=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 90 (35.55% from 255 or 19.03% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AA5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AA5A is #2A55A5. Grayscale: #AEAEAE. Windows color (decimal): -2774438 or 5941973. OLE color: 5941973.

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

Color convert

RGB 213 170 90 -
CMYK 0 0.20 0.58 0.16
HSL 39.02º 0.59% 0.59% -
HSV(B) 39.02º 0.58% 0.84% -
XYZ 43.66 43.63 15.79 -
YUV 173.74 80.75 156 -
System Red Green Blue C M Y K H S L
Decimal 213 170 90 0 0.20 0.58 0.16 39.02 0.59 0.59
Hex D5 AA 5A 0 14 3A 10 27 3B 3B
Octal 325 252 132 0 24 72 20 47 73 73
Binary 11010101 10101010 1011010 0 10100 111010 10000 100111 111011 111011

Color Harmonies of #D5AA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AA5A

Black with #D5AA5A

Text Example


Text Example

White with #D5AA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AA5A; }

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

 H1.HeaderClassName
 {
   color: #D5AA5A;
 }
 .AnyTagClassName
 {
   color: #D5AA5A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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