Html Css Color HEX #A4A08C Dawn

📋 copy color: '#A4A08C'

red 164 ◦ green 160 ◦ blue 140

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

Shades of Dawn #A4A08C

Tints of Dawn #A4A08C

RGB

 RED value IS 164 (64.45% from 255) = 35.34%

 GREEN value IS 160 (62.89% from 255) = 34.48%

 BLUE value IS 140 (55.08% from 255) = 30.17%

R = 35.34%
G = 34.48%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4A08C (or 0xA4A08C) is known color: Dawn. HEX triplet: A4, A0 and 8C. RGB value is (164,160,140). Sum of RGB (Red+Green+Blue) = 164+160+140=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A08C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A08C is #5B5F73. Grayscale: #9F9F9F. Windows color (decimal): -5988212 or 9216164. OLE color: 9216164.

HSL color Cylindrical-coordinate representation of color #A4A08C: hue angle of 50º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4A08C is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 160 140 -
CMYK 0 0.02 0.15 0.36
HSL 50º 0.12% 0.6% -
HSV(B) 50º 0.15% 0.64% -
XYZ 32.61 34.93 29.83 -
YUV 158.92 117.33 131.63 -
System Red Green Blue C M Y K H S L
Decimal 164 160 140 0 0.02 0.15 0.36 50 0.12 0.6
Hex A4 A0 8C 0 2 F 24 32 C 3C
Octal 244 240 214 0 2 17 44 62 14 74
Binary 10100100 10100000 10001100 0 10 1111 100100 110010 1100 111100

Color Harmonies of #A4A08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A08C

Black with #A4A08C

Text Example


Text Example

White with #A4A08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A08C; }

 p { color: rgb(164,160,140); }

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

background-color css

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

 a { background-color: rgb(164,160,140); }

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

border-color css

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

 span { border-color: rgb(164,160,140); }

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