Html Css Color HEX #A8AE93 Green Spring

📋 copy color: '#A8AE93'

red 168 ◦ green 174 ◦ blue 147

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

Shades of Green Spring #A8AE93

Tints of Green Spring #A8AE93

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.58%

 BLUE value IS 147 (57.81% from 255) = 30.06%

R = 34.36%
G = 35.58%
B = 30.06%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#A8AE93 (or 0xA8AE93) is known color: Green Spring. HEX triplet: A8, AE and 93. RGB value is (168,174,147). Sum of RGB (Red+Green+Blue) = 168+174+147=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AE93 is #57516C. Grayscale: #A9A9A9. Windows color (decimal): -5722477 or 9678504. OLE color: 9678504.

HSL color Cylindrical-coordinate representation of color #A8AE93: hue angle of 73.33º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8AE93 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 174 147 -
CMYK 0.03 0 0.16 0.32
HSL 73.33º 0.14% 0.63% -
HSV(B) 73.33º 0.16% 0.68% -
XYZ 36.55 40.7 33.53 -
YUV 169.13 115.51 127.2 -
System Red Green Blue C M Y K H S L
Decimal 168 174 147 0.03 0 0.16 0.32 73.33 0.14 0.63
Hex A8 AE 93 3 0 10 20 49 E 3F
Octal 250 256 223 3 0 20 40 111 16 77
Binary 10101000 10101110 10010011 11 0 10000 100000 1001001 1110 111111

Color Harmonies of #A8AE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AE93

Black with #A8AE93

Text Example


Text Example

White with #A8AE93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AE93; }

 p { color: rgb(168,174,147); }

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

background-color css

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

 a { background-color: rgb(168,174,147); }

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

border-color css

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

 span { border-color: rgb(168,174,147); }

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