Html Css Color HEX #AEC2B6 Loblolly

📋 copy color: '#AEC2B6'

red 174 ◦ green 194 ◦ blue 182

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

Shades of Loblolly #AEC2B6

Tints of Loblolly #AEC2B6

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.27%

 BLUE value IS 182 (71.48% from 255) = 33.09%

R = 31.64%
G = 35.27%
B = 33.09%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#AEC2B6 (or 0xAEC2B6) is known color: Loblolly. HEX triplet: AE, C2 and B6. RGB value is (174,194,182). Sum of RGB (Red+Green+Blue) = 174+194+182=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC2B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC2B6 is #513D49. Grayscale: #BABABA. Windows color (decimal): -5324106 or 11977390. OLE color: 11977390.

HSL color Cylindrical-coordinate representation of color #AEC2B6: hue angle of 144º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEC2B6 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 194 182 -
CMYK 0.10 0 0.06 0.24
HSL 144º 0.14% 0.72% -
HSV(B) 144º 0.1% 0.76% -
XYZ 45.19 50.96 51.71 -
YUV 186.65 125.37 118.98 -
System Red Green Blue C M Y K H S L
Decimal 174 194 182 0.10 0 0.06 0.24 144 0.14 0.72
Hex AE C2 B6 A 0 6 18 90 E 48
Octal 256 302 266 12 0 6 30 220 16 110
Binary 10101110 11000010 10110110 1010 0 110 11000 10010000 1110 1001000

Color Harmonies of #AEC2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC2B6

Black with #AEC2B6

Text Example


Text Example

White with #AEC2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC2B6; }

 p { color: rgb(174,194,182); }

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

background-color css

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

 a { background-color: rgb(174,194,182); }

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

border-color css

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

 span { border-color: rgb(174,194,182); }

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