Html Css Color HEX #AABCB2 Loblolly

📋 copy color: '#AABCB2'

red 170 ◦ green 188 ◦ blue 178

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

Shades of Loblolly #AABCB2

Tints of Loblolly #AABCB2

RGB

 RED value IS 170 (66.8% from 255) = 31.72%

 GREEN value IS 188 (73.83% from 255) = 35.07%

 BLUE value IS 178 (69.92% from 255) = 33.21%

R = 31.72%
G = 35.07%
B = 33.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#AABCB2 (or 0xAABCB2) is known color: Loblolly. HEX triplet: AA, BC and B2. RGB value is (170,188,178). Sum of RGB (Red+Green+Blue) = 170+188+178=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 178 (69.92% from 255 or 33.21% from 536); Max value from RGB is 188 - color contains mainly: green. Hex color #AABCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABCB2 is #55434D. Grayscale: #B5B5B5. Windows color (decimal): -5587790 or 11713706. OLE color: 11713706.

HSL color Cylindrical-coordinate representation of color #AABCB2: hue angle of 146.67º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AABCB2 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 188 178 -
CMYK 0.10 0 0.05 0.26
HSL 146.67º 0.12% 0.7% -
HSV(B) 146.67º 0.1% 0.74% -
XYZ 42.6 47.73 49.09 -
YUV 181.48 126.04 119.81 -
System Red Green Blue C M Y K H S L
Decimal 170 188 178 0.10 0 0.05 0.26 146.67 0.12 0.7
Hex AA BC B2 A 0 5 1A 93 C 46
Octal 252 274 262 12 0 5 32 223 14 106
Binary 10101010 10111100 10110010 1010 0 101 11010 10010011 1100 1000110

Color Harmonies of #AABCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABCB2

Black with #AABCB2

Text Example


Text Example

White with #AABCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABCB2; }

 p { color: rgb(170,188,178); }

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

background-color css

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

 a { background-color: rgb(170,188,178); }

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

border-color css

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

 span { border-color: rgb(170,188,178); }

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