Html Css Color HEX #A8AE9B Green Spring

📋 copy color: '#A8AE9B'

red 168 ◦ green 174 ◦ blue 155

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

Shades of Green Spring #A8AE9B

Tints of Green Spring #A8AE9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.19%

R = 33.8%
G = 35.01%
B = 31.19%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#A8AE9B (or 0xA8AE9B) is known color: Green Spring. HEX triplet: A8, AE and 9B. RGB value is (168,174,155). Sum of RGB (Red+Green+Blue) = 168+174+155=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AE9B is #575164. Grayscale: #AAAAAA. Windows color (decimal): -5722469 or 10202792. OLE color: 10202792.

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

Color convert

RGB 168 174 155 -
CMYK 0.03 0 0.11 0.32
HSL 78.95º 0.1% 0.65% -
HSV(B) 78.95º 0.11% 0.68% -
XYZ 37.2 40.96 36.96 -
YUV 170.04 119.51 126.54 -
System Red Green Blue C M Y K H S L
Decimal 168 174 155 0.03 0 0.11 0.32 78.95 0.1 0.65
Hex A8 AE 9B 3 0 B 20 4F A 41
Octal 250 256 233 3 0 13 40 117 12 101
Binary 10101000 10101110 10011011 11 0 1011 100000 1001111 1010 1000001

Color Harmonies of #A8AE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AE9B

Black with #A8AE9B

Text Example


Text Example

White with #A8AE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AE9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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