Html Css Color HEX #A29E8A Dawn

📋 copy color: '#A29E8A'

red 162 ◦ green 158 ◦ blue 138

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

Shades of Dawn #A29E8A

Tints of Dawn #A29E8A

RGB

 RED value IS 162 (63.67% from 255) = 35.37%

 GREEN value IS 158 (62.11% from 255) = 34.5%

 BLUE value IS 138 (54.3% from 255) = 30.13%

R = 35.37%
G = 34.5%
B = 30.13%

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

#A29E8A (or 0xA29E8A) is known color: Dawn. HEX triplet: A2, 9E and 8A. RGB value is (162,158,138). Sum of RGB (Red+Green+Blue) = 162+158+138=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29E8A is #5D6175. Grayscale: #9D9D9D. Windows color (decimal): -6119798 or 9084578. OLE color: 9084578.

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

Color convert

RGB 162 158 138 -
CMYK 0 0.02 0.15 0.36
HSL 50º 0.11% 0.59% -
HSV(B) 50º 0.15% 0.64% -
XYZ 31.71 33.97 28.93 -
YUV 156.92 117.33 131.63 -
System Red Green Blue C M Y K H S L
Decimal 162 158 138 0 0.02 0.15 0.36 50 0.11 0.59
Hex A2 9E 8A 0 2 F 24 32 B 3B
Octal 242 236 212 0 2 17 44 62 13 73
Binary 10100010 10011110 10001010 0 10 1111 100100 110010 1011 111011

Color Harmonies of #A29E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29E8A

Black with #A29E8A

Text Example


Text Example

White with #A29E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29E8A; }

 p { color: rgb(162,158,138); }

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

background-color css

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

 a { background-color: rgb(162,158,138); }

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

border-color css

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

 span { border-color: rgb(162,158,138); }

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