Html Css Color HEX #A0AF56 Green Smoke

📋 copy color: '#A0AF56'

red 160 ◦ green 175 ◦ blue 86

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

Shades of Green Smoke #A0AF56

Tints of Green Smoke #A0AF56

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.57%

 BLUE value IS 86 (33.98% from 255) = 20.43%

R = 38%
G = 41.57%
B = 20.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#A0AF56 (or 0xA0AF56) is known color: Green Smoke. HEX triplet: A0, AF and 56. RGB value is (160,175,86). Sum of RGB (Red+Green+Blue) = 160+175+86=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF56 is #5F50A9. Grayscale: #A0A0A0. Windows color (decimal): -6246570 or 5681056. OLE color: 5681056.

HSL color Cylindrical-coordinate representation of color #A0AF56: hue angle of 70.11º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0AF56 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 175 86 -
CMYK 0.09 0 0.51 0.31
HSL 70.11º 0.36% 0.51% -
HSV(B) 70.11º 0.51% 0.69% -
XYZ 31.51 38.81 14.63 -
YUV 160.37 86.03 127.74 -
System Red Green Blue C M Y K H S L
Decimal 160 175 86 0.09 0 0.51 0.31 70.11 0.36 0.51
Hex A0 AF 56 9 0 33 1F 46 24 33
Octal 240 257 126 11 0 63 37 106 44 63
Binary 10100000 10101111 1010110 1001 0 110011 11111 1000110 100100 110011

Color Harmonies of #A0AF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AF56

Black with #A0AF56

Text Example


Text Example

White with #A0AF56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AF56; }

 p { color: rgb(160,175,86); }

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

background-color css

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

 a { background-color: rgb(160,175,86); }

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

border-color css

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

 span { border-color: rgb(160,175,86); }

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