Html Css Color HEX #A8AF92 Green Spring

📋 copy color: '#A8AF92'

red 168 ◦ green 175 ◦ blue 146

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

Shades of Green Spring #A8AF92

Tints of Green Spring #A8AF92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.86%

R = 34.36%
G = 35.79%
B = 29.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#A8AF92 (or 0xA8AF92) is known color: Green Spring. HEX triplet: A8, AF and 92. RGB value is (168,175,146). Sum of RGB (Red+Green+Blue) = 168+175+146=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AF92 is #57506D. Grayscale: #A9A9A9. Windows color (decimal): -5722222 or 9613224. OLE color: 9613224.

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

Color convert

RGB 168 175 146 -
CMYK 0.04 0 0.17 0.31
HSL 74.48º 0.15% 0.63% -
HSV(B) 74.48º 0.17% 0.69% -
XYZ 36.67 41.06 33.19 -
YUV 169.6 114.68 126.86 -
System Red Green Blue C M Y K H S L
Decimal 168 175 146 0.04 0 0.17 0.31 74.48 0.15 0.63
Hex A8 AF 92 4 0 11 1F 4A F 3F
Octal 250 257 222 4 0 21 37 112 17 77
Binary 10101000 10101111 10010010 100 0 10001 11111 1001010 1111 111111

Color Harmonies of #A8AF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AF92

Black with #A8AF92

Text Example


Text Example

White with #A8AF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AF92; }

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

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

background-color css

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

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

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

border-color css

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

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

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