Html Css Color HEX #A7A28F Dawn

📋 copy color: '#A7A28F'

red 167 ◦ green 162 ◦ blue 143

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

Shades of Dawn #A7A28F

Tints of Dawn #A7A28F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.32%

 BLUE value IS 143 (56.25% from 255) = 30.3%

R = 35.38%
G = 34.32%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A7A28F (or 0xA7A28F) is known color: Dawn. HEX triplet: A7, A2 and 8F. RGB value is (167,162,143). Sum of RGB (Red+Green+Blue) = 167+162+143=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A28F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A28F is #585D70. Grayscale: #A1A1A1. Windows color (decimal): -5791089 or 9413287. OLE color: 9413287.

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

Color convert

RGB 167 162 143 -
CMYK 0 0.03 0.14 0.35
HSL 47.5º 0.12% 0.61% -
HSV(B) 47.5º 0.14% 0.65% -
XYZ 33.81 36.04 31.16 -
YUV 161.33 117.66 132.04 -
System Red Green Blue C M Y K H S L
Decimal 167 162 143 0 0.03 0.14 0.35 47.5 0.12 0.61
Hex A7 A2 8F 0 3 E 23 30 C 3D
Octal 247 242 217 0 3 16 43 60 14 75
Binary 10100111 10100010 10001111 0 11 1110 100011 110000 1100 111101

Color Harmonies of #A7A28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A28F

Black with #A7A28F

Text Example


Text Example

White with #A7A28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A28F; }

 p { color: rgb(167,162,143); }

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

background-color css

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

 a { background-color: rgb(167,162,143); }

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

border-color css

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

 span { border-color: rgb(167,162,143); }

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