Html Css Color HEX #A4A195 Dawn

📋 copy color: '#A4A195'

red 164 ◦ green 161 ◦ blue 149

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

Shades of Dawn #A4A195

Tints of Dawn #A4A195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.43%

R = 34.6%
G = 33.97%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A4A195 (or 0xA4A195) is known color: Dawn. HEX triplet: A4, A1 and 95. RGB value is (164,161,149). Sum of RGB (Red+Green+Blue) = 164+161+149=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A195 is #5B5E6A. Grayscale: #A0A0A0. Windows color (decimal): -5987947 or 9806244. OLE color: 9806244.

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

Color convert

RGB 164 161 149 -
CMYK 0 0.02 0.09 0.36
HSL 48º 0.08% 0.61% -
HSV(B) 48º 0.09% 0.64% -
XYZ 33.48 35.55 33.53 -
YUV 160.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 164 161 149 0 0.02 0.09 0.36 48 0.08 0.61
Hex A4 A1 95 0 2 9 24 30 8 3D
Octal 244 241 225 0 2 11 44 60 10 75
Binary 10100100 10100001 10010101 0 10 1001 100100 110000 1000 111101

Color Harmonies of #A4A195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A195

Black with #A4A195

Text Example


Text Example

White with #A4A195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A195; }

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

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

background-color css

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

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

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

border-color css

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

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

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