Html Css Color HEX #AEB0A2 Green Spring

📋 copy color: '#AEB0A2'

red 174 ◦ green 176 ◦ blue 162

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

Shades of Green Spring #AEB0A2

Tints of Green Spring #AEB0A2

RGB

 RED value IS 174 (68.36% from 255) = 33.98%

 GREEN value IS 176 (69.14% from 255) = 34.38%

 BLUE value IS 162 (63.67% from 255) = 31.64%

R = 33.98%
G = 34.38%
B = 31.64%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#AEB0A2 (or 0xAEB0A2) is known color: Green Spring. HEX triplet: AE, B0 and A2. RGB value is (174,176,162). Sum of RGB (Red+Green+Blue) = 174+176+162=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 162 (63.67% from 255 or 31.64% from 512); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB0A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB0A2 is #514F5D. Grayscale: #ADADAD. Windows color (decimal): -5328734 or 10662062. OLE color: 10662062.

HSL color Cylindrical-coordinate representation of color #AEB0A2: hue angle of 68.57º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AEB0A2 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB 174 176 162 -
CMYK 0.01 0 0.08 0.31
HSL 68.57º 0.08% 0.66% -
HSV(B) 68.57º 0.08% 0.69% -
XYZ 39.5 42.66 40.33 -
YUV 173.81 121.34 128.14 -
System Red Green Blue C M Y K H S L
Decimal 174 176 162 0.01 0 0.08 0.31 68.57 0.08 0.66
Hex AE B0 A2 1 0 8 1F 45 8 42
Octal 256 260 242 1 0 10 37 105 10 102
Binary 10101110 10110000 10100010 1 0 1000 11111 1000101 1000 1000010

Color Harmonies of #AEB0A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB0A2

Black with #AEB0A2

Text Example


Text Example

White with #AEB0A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB0A2; }

 p { color: rgb(174,176,162); }

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

background-color css

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

 a { background-color: rgb(174,176,162); }

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

border-color css

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

 span { border-color: rgb(174,176,162); }

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