Html Css Color HEX #A7A492 Dawn

📋 copy color: '#A7A492'

red 167 ◦ green 164 ◦ blue 146

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

Shades of Dawn #A7A492

Tints of Dawn #A7A492

RGB

 RED value IS 167 (65.63% from 255) = 35.01%

 GREEN value IS 164 (64.45% from 255) = 34.38%

 BLUE value IS 146 (57.42% from 255) = 30.61%

R = 35.01%
G = 34.38%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A7A492 (or 0xA7A492) is known color: Dawn. HEX triplet: A7, A4 and 92. RGB value is (167,164,146). Sum of RGB (Red+Green+Blue) = 167+164+146=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A492 is #585B6D. Grayscale: #A2A2A2. Windows color (decimal): -5790574 or 9610407. OLE color: 9610407.

HSL color Cylindrical-coordinate representation of color #A7A492: hue angle of 51.43º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A7A492 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 164 146 -
CMYK 0 0.02 0.13 0.35
HSL 51.43º 0.11% 0.61% -
HSV(B) 51.43º 0.13% 0.65% -
XYZ 34.4 36.84 32.49 -
YUV 162.85 118.49 130.96 -
System Red Green Blue C M Y K H S L
Decimal 167 164 146 0 0.02 0.13 0.35 51.43 0.11 0.61
Hex A7 A4 92 0 2 D 23 33 B 3D
Octal 247 244 222 0 2 15 43 63 13 75
Binary 10100111 10100100 10010010 0 10 1101 100011 110011 1011 111101

Color Harmonies of #A7A492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A492

Black with #A7A492

Text Example


Text Example

White with #A7A492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A492; }

 p { color: rgb(167,164,146); }

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

background-color css

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

 a { background-color: rgb(167,164,146); }

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

border-color css

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

 span { border-color: rgb(167,164,146); }

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