Html Css Color HEX #A4A190 Dawn

📋 copy color: '#A4A190'

red 164 ◦ green 161 ◦ blue 144

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

Shades of Dawn #A4A190

Tints of Dawn #A4A190

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.33%

 BLUE value IS 144 (56.64% from 255) = 30.7%

R = 34.97%
G = 34.33%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A4A190 (or 0xA4A190) is known color: Dawn. HEX triplet: A4, A1 and 90. RGB value is (164,161,144). Sum of RGB (Red+Green+Blue) = 164+161+144=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A190 is #5B5E6F. Grayscale: #A0A0A0. Windows color (decimal): -5987952 or 9478564. OLE color: 9478564.

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

Color convert

RGB 164 161 144 -
CMYK 0 0.02 0.12 0.36
HSL 51º 0.1% 0.6% -
HSV(B) 51º 0.12% 0.64% -
XYZ 33.09 35.4 31.47 -
YUV 159.96 118.99 130.88 -
System Red Green Blue C M Y K H S L
Decimal 164 161 144 0 0.02 0.12 0.36 51 0.1 0.6
Hex A4 A1 90 0 2 C 24 33 A 3C
Octal 244 241 220 0 2 14 44 63 12 74
Binary 10100100 10100001 10010000 0 10 1100 100100 110011 1010 111100

Color Harmonies of #A4A190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A190

Black with #A4A190

Text Example


Text Example

White with #A4A190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A190; }

 p { color: rgb(164,161,144); }

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

background-color css

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

 a { background-color: rgb(164,161,144); }

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

border-color css

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

 span { border-color: rgb(164,161,144); }

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