Html Css Color HEX #AEC2BA Loblolly

📋 copy color: '#AEC2BA'

red 174 ◦ green 194 ◦ blue 186

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

Shades of Loblolly #AEC2BA

Tints of Loblolly #AEC2BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.57%

R = 31.41%
G = 35.02%
B = 33.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#AEC2BA (or 0xAEC2BA) is known color: Loblolly. HEX triplet: AE, C2 and BA. RGB value is (174,194,186). Sum of RGB (Red+Green+Blue) = 174+194+186=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC2BA is #513D45. Grayscale: #BBBBBB. Windows color (decimal): -5324102 or 12239534. OLE color: 12239534.

HSL color Cylindrical-coordinate representation of color #AEC2BA: hue angle of 156º 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 #AEC2BA is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 194 186 -
CMYK 0.10 0 0.04 0.24
HSL 156º 0.14% 0.72% -
HSV(B) 156º 0.1% 0.76% -
XYZ 45.61 51.13 53.92 -
YUV 187.11 127.37 118.65 -
System Red Green Blue C M Y K H S L
Decimal 174 194 186 0.10 0 0.04 0.24 156 0.14 0.72
Hex AE C2 BA A 0 4 18 9C E 48
Octal 256 302 272 12 0 4 30 234 16 110
Binary 10101110 11000010 10111010 1010 0 100 11000 10011100 1110 1001000

Color Harmonies of #AEC2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC2BA

Black with #AEC2BA

Text Example


Text Example

White with #AEC2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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