Html Css Color HEX #A8AF98 Green Spring

📋 copy color: '#A8AF98'

red 168 ◦ green 175 ◦ blue 152

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

Shades of Green Spring #A8AF98

Tints of Green Spring #A8AF98

RGB

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

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

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

R = 33.94%
G = 35.35%
B = 30.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#A8AF98 (or 0xA8AF98) is known color: Green Spring. HEX triplet: A8, AF and 98. RGB value is (168,175,152). Sum of RGB (Red+Green+Blue) = 168+175+152=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 152 (59.77% from 255 or 30.71% from 495); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AF98 is #575067. Grayscale: #AAAAAA. Windows color (decimal): -5722216 or 10006440. OLE color: 10006440.

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

Color convert

RGB 168 175 152 -
CMYK 0.04 0 0.13 0.31
HSL 78.26º 0.13% 0.64% -
HSV(B) 78.26º 0.13% 0.69% -
XYZ 37.15 41.25 35.71 -
YUV 170.29 117.68 126.37 -
System Red Green Blue C M Y K H S L
Decimal 168 175 152 0.04 0 0.13 0.31 78.26 0.13 0.64
Hex A8 AF 98 4 0 D 1F 4E D 40
Octal 250 257 230 4 0 15 37 116 15 100
Binary 10101000 10101111 10011000 100 0 1101 11111 1001110 1101 1000000

Color Harmonies of #A8AF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AF98

Black with #A8AF98

Text Example


Text Example

White with #A8AF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AF98; }

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

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

background-color css

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

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

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

border-color css

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

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

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