Html Css Color HEX #A0AF67 Green Smoke

📋 copy color: '#A0AF67'

red 160 ◦ green 175 ◦ blue 103

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

Shades of Green Smoke #A0AF67

Tints of Green Smoke #A0AF67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.52%

R = 36.53%
G = 39.95%
B = 23.52%

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

#A0AF67 (or 0xA0AF67) is known color: Green Smoke. HEX triplet: A0, AF and 67. RGB value is (160,175,103). Sum of RGB (Red+Green+Blue) = 160+175+103=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 103 (40.62% from 255 or 23.52% from 438); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF67 is #5F5098. Grayscale: #A2A2A2. Windows color (decimal): -6246553 or 6795168. OLE color: 6795168.

HSL color Cylindrical-coordinate representation of color #A0AF67: hue angle of 72.5º 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 #A0AF67 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 175 103 -
CMYK 0.09 0 0.41 0.31
HSL 72.5º 0.31% 0.55% -
HSV(B) 72.5º 0.41% 0.69% -
XYZ 32.28 39.11 18.68 -
YUV 162.31 94.53 126.35 -
System Red Green Blue C M Y K H S L
Decimal 160 175 103 0.09 0 0.41 0.31 72.5 0.31 0.55
Hex A0 AF 67 9 0 29 1F 48 1F 37
Octal 240 257 147 11 0 51 37 110 37 67
Binary 10100000 10101111 1100111 1001 0 101001 11111 1001000 11111 110111

Color Harmonies of #A0AF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AF67

Black with #A0AF67

Text Example


Text Example

White with #A0AF67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AF67; }

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

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

background-color css

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

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

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

border-color css

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

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

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