Html Css Color HEX #A6AF90 Green Spring

📋 copy color: '#A6AF90'

red 166 ◦ green 175 ◦ blue 144

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

Shades of Green Spring #A6AF90

Tints of Green Spring #A6AF90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.69%

R = 34.23%
G = 36.08%
B = 29.69%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#A6AF90 (or 0xA6AF90) is known color: Green Spring. HEX triplet: A6, AF and 90. RGB value is (166,175,144). Sum of RGB (Red+Green+Blue) = 166+175+144=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AF90 is #59506F. Grayscale: #A8A8A8. Windows color (decimal): -5853296 or 9482150. OLE color: 9482150.

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

Color convert

RGB 166 175 144 -
CMYK 0.05 0 0.18 0.31
HSL 77.42º 0.16% 0.63% -
HSV(B) 77.42º 0.18% 0.69% -
XYZ 36.09 40.78 32.35 -
YUV 168.78 114.02 126.02 -
System Red Green Blue C M Y K H S L
Decimal 166 175 144 0.05 0 0.18 0.31 77.42 0.16 0.63
Hex A6 AF 90 5 0 12 1F 4D 10 3F
Octal 246 257 220 5 0 22 37 115 20 77
Binary 10100110 10101111 10010000 101 0 10010 11111 1001101 10000 111111

Color Harmonies of #A6AF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AF90

Black with #A6AF90

Text Example


Text Example

White with #A6AF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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