Html Css Color HEX #AFB6B2 Loblolly

📋 copy color: '#AFB6B2'

red 175 ◦ green 182 ◦ blue 178

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

Shades of Loblolly #AFB6B2

Tints of Loblolly #AFB6B2

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.02%

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

R = 32.71%
G = 34.02%
B = 33.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#AFB6B2 (or 0xAFB6B2) is known color: Loblolly. HEX triplet: AF, B6 and B2. RGB value is (175,182,178). Sum of RGB (Red+Green+Blue) = 175+182+178=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 178 (69.92% from 255 or 33.27% from 535); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB6B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB6B2 is #50494D. Grayscale: #B3B3B3. Windows color (decimal): -5261646 or 11712175. OLE color: 11712175.

HSL color Cylindrical-coordinate representation of color #AFB6B2: hue angle of 145.71º degrees, saturation: 0.05, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AFB6B2 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 182 178 -
CMYK 0.04 0 0.02 0.29
HSL 145.71º 0.05% 0.7% -
HSV(B) 145.71º 0.04% 0.71% -
XYZ 42.44 45.78 48.72 -
YUV 179.45 127.18 124.83 -
System Red Green Blue C M Y K H S L
Decimal 175 182 178 0.04 0 0.02 0.29 145.71 0.05 0.7
Hex AF B6 B2 4 0 2 1D 92 5 46
Octal 257 266 262 4 0 2 35 222 5 106
Binary 10101111 10110110 10110010 100 0 10 11101 10010010 101 1000110

Color Harmonies of #AFB6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB6B2

Black with #AFB6B2

Text Example


Text Example

White with #AFB6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB6B2; }

 p { color: rgb(175,182,178); }

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

background-color css

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

 a { background-color: rgb(175,182,178); }

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

border-color css

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

 span { border-color: rgb(175,182,178); }

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