Html Css Color HEX #AFBAB5 Loblolly

📋 copy color: '#AFBAB5'

red 175 ◦ green 186 ◦ blue 181

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

Shades of Loblolly #AFBAB5

Tints of Loblolly #AFBAB5

RGB

 RED value IS 175 (68.75% from 255) = 32.29%

 GREEN value IS 186 (73.05% from 255) = 34.32%

 BLUE value IS 181 (71.09% from 255) = 33.39%

R = 32.29%
G = 34.32%
B = 33.39%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#AFBAB5 (or 0xAFBAB5) is known color: Loblolly. HEX triplet: AF, BA and B5. RGB value is (175,186,181). Sum of RGB (Red+Green+Blue) = 175+186+181=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 181 (71.09% from 255 or 33.39% from 542); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBAB5 is #50454A. Grayscale: #B6B6B6. Windows color (decimal): -5260619 or 11909807. OLE color: 11909807.

HSL color Cylindrical-coordinate representation of color #AFBAB5: hue angle of 152.73º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AFBAB5 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 186 181 -
CMYK 0.06 0 0.03 0.27
HSL 152.73º 0.07% 0.71% -
HSV(B) 152.73º 0.06% 0.73% -
XYZ 43.58 47.57 50.6 -
YUV 182.14 127.36 122.91 -
System Red Green Blue C M Y K H S L
Decimal 175 186 181 0.06 0 0.03 0.27 152.73 0.07 0.71
Hex AF BA B5 6 0 3 1B 99 7 47
Octal 257 272 265 6 0 3 33 231 7 107
Binary 10101111 10111010 10110101 110 0 11 11011 10011001 111 1000111

Color Harmonies of #AFBAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBAB5

Black with #AFBAB5

Text Example


Text Example

White with #AFBAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBAB5; }

 p { color: rgb(175,186,181); }

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

background-color css

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

 a { background-color: rgb(175,186,181); }

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

border-color css

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

 span { border-color: rgb(175,186,181); }

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