Html Css Color HEX #A8AE92 Green Spring

📋 copy color: '#A8AE92'

red 168 ◦ green 174 ◦ blue 146

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

Shades of Green Spring #A8AE92

Tints of Green Spring #A8AE92

RGB

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

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

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

R = 34.43%
G = 35.66%
B = 29.92%

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

#A8AE92 (or 0xA8AE92) is known color: Green Spring. HEX triplet: A8, AE and 92. RGB value is (168,174,146). Sum of RGB (Red+Green+Blue) = 168+174+146=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AE92 is #57516D. Grayscale: #A9A9A9. Windows color (decimal): -5722478 or 9612968. OLE color: 9612968.

HSL color Cylindrical-coordinate representation of color #A8AE92: hue angle of 72.86º degrees, saturation: 0.15, 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 #A8AE92 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 174 146 -
CMYK 0.03 0 0.16 0.32
HSL 72.86º 0.15% 0.63% -
HSV(B) 72.86º 0.16% 0.68% -
XYZ 36.47 40.67 33.12 -
YUV 169.01 115.01 127.28 -
System Red Green Blue C M Y K H S L
Decimal 168 174 146 0.03 0 0.16 0.32 72.86 0.15 0.63
Hex A8 AE 92 3 0 10 20 49 F 3F
Octal 250 256 222 3 0 20 40 111 17 77
Binary 10101000 10101110 10010010 11 0 10000 100000 1001001 1111 111111

Color Harmonies of #A8AE92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AE92

Black with #A8AE92

Text Example


Text Example

White with #A8AE92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AE92; }

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

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

background-color css

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

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

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

border-color css

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

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

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