Html Css Color HEX #A0AB4B Green Smoke

📋 copy color: '#A0AB4B'

red 160 ◦ green 171 ◦ blue 75

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

Shades of Green Smoke #A0AB4B

Tints of Green Smoke #A0AB4B

RGB

 RED value IS 160 (62.89% from 255) = 39.41%

 GREEN value IS 171 (67.19% from 255) = 42.12%

 BLUE value IS 75 (29.69% from 255) = 18.47%

R = 39.41%
G = 42.12%
B = 18.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#A0AB4B (or 0xA0AB4B) is known color: Green Smoke. HEX triplet: A0, AB and 4B. RGB value is (160,171,75). Sum of RGB (Red+Green+Blue) = 160+171+75=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 75 (29.69% from 255 or 18.47% from 406); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AB4B is #5F54B4. Grayscale: #9D9D9D. Windows color (decimal): -6247605 or 4959136. OLE color: 4959136.

HSL color Cylindrical-coordinate representation of color #A0AB4B: hue angle of 66.87º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0AB4B is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 171 75 -
CMYK 0.06 0 0.56 0.33
HSL 66.87º 0.39% 0.48% -
HSV(B) 66.87º 0.56% 0.67% -
XYZ 30.33 37.11 12.22 -
YUV 156.77 81.86 130.31 -
System Red Green Blue C M Y K H S L
Decimal 160 171 75 0.06 0 0.56 0.33 66.87 0.39 0.48
Hex A0 AB 4B 6 0 38 21 43 27 30
Octal 240 253 113 6 0 70 41 103 47 60
Binary 10100000 10101011 1001011 110 0 111000 100001 1000011 100111 110000

Color Harmonies of #A0AB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AB4B

Black with #A0AB4B

Text Example


Text Example

White with #A0AB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AB4B; }

 p { color: rgb(160,171,75); }

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

background-color css

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

 a { background-color: rgb(160,171,75); }

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

border-color css

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

 span { border-color: rgb(160,171,75); }

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