Html Css Color HEX #A2B072 Green Smoke

📋 copy color: '#A2B072'

red 162 ◦ green 176 ◦ blue 114

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

Shades of Green Smoke #A2B072

Tints of Green Smoke #A2B072

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.94%

 BLUE value IS 114 (44.92% from 255) = 25.22%

R = 35.84%
G = 38.94%
B = 25.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#A2B072 (or 0xA2B072) is known color: Green Smoke. HEX triplet: A2, B0 and 72. RGB value is (162,176,114). Sum of RGB (Red+Green+Blue) = 162+176+114=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B072 is #5D4F8D. Grayscale: #A4A4A4. Windows color (decimal): -6115214 or 7516322. OLE color: 7516322.

HSL color Cylindrical-coordinate representation of color #A2B072: hue angle of 73.55º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2B072 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 176 114 -
CMYK 0.08 0 0.35 0.31
HSL 73.55º 0.28% 0.57% -
HSV(B) 73.55º 0.35% 0.69% -
XYZ 33.46 39.95 21.87 -
YUV 164.75 99.36 126.04 -
System Red Green Blue C M Y K H S L
Decimal 162 176 114 0.08 0 0.35 0.31 73.55 0.28 0.57
Hex A2 B0 72 8 0 23 1F 4A 1C 39
Octal 242 260 162 10 0 43 37 112 34 71
Binary 10100010 10110000 1110010 1000 0 100011 11111 1001010 11100 111001

Color Harmonies of #A2B072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B072

Black with #A2B072

Text Example


Text Example

White with #A2B072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B072; }

 p { color: rgb(162,176,114); }

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

background-color css

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

 a { background-color: rgb(162,176,114); }

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

border-color css

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

 span { border-color: rgb(162,176,114); }

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