Html Css Color HEX #AEB1AF Loblolly

📋 copy color: '#AEB1AF'

red 174 ◦ green 177 ◦ blue 175

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

Shades of Loblolly #AEB1AF

Tints of Loblolly #AEB1AF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.65%

 BLUE value IS 175 (68.75% from 255) = 33.27%

R = 33.08%
G = 33.65%
B = 33.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AEB1AF (or 0xAEB1AF) is known color: Loblolly. HEX triplet: AE, B1 and AF. RGB value is (174,177,175). Sum of RGB (Red+Green+Blue) = 174+177+175=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB1AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB1AF is #514E50. Grayscale: #AFAFAF. Windows color (decimal): -5328465 or 11514286. OLE color: 11514286.

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

Color convert

RGB 174 177 175 -
CMYK 0.02 0 0.01 0.31
HSL 140º 0.02% 0.69% -
HSV(B) 140º 0.02% 0.69% -
XYZ 40.92 43.54 46.8 -
YUV 175.88 127.51 126.66 -
System Red Green Blue C M Y K H S L
Decimal 174 177 175 0.02 0 0.01 0.31 140 0.02 0.69
Hex AE B1 AF 2 0 1 1F 8C 2 45
Octal 256 261 257 2 0 1 37 214 2 105
Binary 10101110 10110001 10101111 10 0 1 11111 10001100 10 1000101

Color Harmonies of #AEB1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB1AF

Black with #AEB1AF

Text Example


Text Example

White with #AEB1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB1AF; }

 p { color: rgb(174,177,175); }

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

background-color css

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

 a { background-color: rgb(174,177,175); }

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

border-color css

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

 span { border-color: rgb(174,177,175); }

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