Html Css Color HEX #A6AF98 Green Spring

📋 copy color: '#A6AF98'

red 166 ◦ green 175 ◦ blue 152

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

Shades of Green Spring #A6AF98

Tints of Green Spring #A6AF98

RGB

 RED value IS 166 (65.23% from 255) = 33.67%

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

 BLUE value IS 152 (59.77% from 255) = 30.83%

R = 33.67%
G = 35.5%
B = 30.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#A6AF98 (or 0xA6AF98) is known color: Green Spring. HEX triplet: A6, AF and 98. RGB value is (166,175,152). Sum of RGB (Red+Green+Blue) = 166+175+152=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AF98 is #595067. Grayscale: #A9A9A9. Windows color (decimal): -5853288 or 10006438. OLE color: 10006438.

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

Color convert

RGB 166 175 152 -
CMYK 0.05 0 0.13 0.31
HSL 83.48º 0.13% 0.64% -
HSV(B) 83.48º 0.13% 0.69% -
XYZ 36.72 41.03 35.69 -
YUV 169.69 118.02 125.37 -
System Red Green Blue C M Y K H S L
Decimal 166 175 152 0.05 0 0.13 0.31 83.48 0.13 0.64
Hex A6 AF 98 5 0 D 1F 53 D 40
Octal 246 257 230 5 0 15 37 123 15 100
Binary 10100110 10101111 10011000 101 0 1101 11111 1010011 1101 1000000

Color Harmonies of #A6AF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AF98

Black with #A6AF98

Text Example


Text Example

White with #A6AF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AF98; }

 p { color: rgb(166,175,152); }

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

background-color css

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

 a { background-color: rgb(166,175,152); }

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

border-color css

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

 span { border-color: rgb(166,175,152); }

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