Html Css Color HEX #A8AF61 Green Smoke

📋 copy color: '#A8AF61'

red 168 ◦ green 175 ◦ blue 97

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

Shades of Green Smoke #A8AF61

Tints of Green Smoke #A8AF61

RGB

 RED value IS 168 (66.02% from 255) = 38.18%

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

 BLUE value IS 97 (38.28% from 255) = 22.05%

R = 38.18%
G = 39.77%
B = 22.05%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#A8AF61 (or 0xA8AF61) is known color: Green Smoke. HEX triplet: A8, AF and 61. RGB value is (168,175,97). Sum of RGB (Red+Green+Blue) = 168+175+97=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 97 (38.28% from 255 or 22.05% from 440); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF61 is #57509E. Grayscale: #A4A4A4. Windows color (decimal): -5722271 or 6401960. OLE color: 6401960.

HSL color Cylindrical-coordinate representation of color #A8AF61: hue angle of 65.38º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8AF61 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 175 97 -
CMYK 0.04 0 0.45 0.31
HSL 65.38º 0.33% 0.53% -
HSV(B) 65.38º 0.45% 0.69% -
XYZ 33.64 39.85 17.23 -
YUV 164.02 90.18 130.84 -
System Red Green Blue C M Y K H S L
Decimal 168 175 97 0.04 0 0.45 0.31 65.38 0.33 0.53
Hex A8 AF 61 4 0 2D 1F 41 21 35
Octal 250 257 141 4 0 55 37 101 41 65
Binary 10101000 10101111 1100001 100 0 101101 11111 1000001 100001 110101

Color Harmonies of #A8AF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AF61

Black with #A8AF61

Text Example


Text Example

White with #A8AF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AF61; }

 p { color: rgb(168,175,97); }

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

background-color css

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

 a { background-color: rgb(168,175,97); }

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

border-color css

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

 span { border-color: rgb(168,175,97); }

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