Html Css Color HEX #A0AF68 Green Smoke

📋 copy color: '#A0AF68'

red 160 ◦ green 175 ◦ blue 104

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

Shades of Green Smoke #A0AF68

Tints of Green Smoke #A0AF68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.69%

R = 36.45%
G = 39.86%
B = 23.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#A0AF68 (or 0xA0AF68) is known color: Green Smoke. HEX triplet: A0, AF and 68. RGB value is (160,175,104). Sum of RGB (Red+Green+Blue) = 160+175+104=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF68 is #5F5097. Grayscale: #A2A2A2. Windows color (decimal): -6246552 or 6860704. OLE color: 6860704.

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

Color convert

RGB 160 175 104 -
CMYK 0.09 0 0.41 0.31
HSL 72.68º 0.31% 0.55% -
HSV(B) 72.68º 0.41% 0.69% -
XYZ 32.33 39.13 18.95 -
YUV 162.42 95.03 126.27 -
System Red Green Blue C M Y K H S L
Decimal 160 175 104 0.09 0 0.41 0.31 72.68 0.31 0.55
Hex A0 AF 68 9 0 29 1F 49 1F 37
Octal 240 257 150 11 0 51 37 111 37 67
Binary 10100000 10101111 1101000 1001 0 101001 11111 1001001 11111 110111

Color Harmonies of #A0AF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AF68

Black with #A0AF68

Text Example


Text Example

White with #A0AF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AF68; }

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

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

background-color css

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

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

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

border-color css

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

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

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