Html Css Color HEX #AFB8B3 Loblolly

📋 copy color: '#AFB8B3'

red 175 ◦ green 184 ◦ blue 179

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

Shades of Loblolly #AFB8B3

Tints of Loblolly #AFB8B3

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.2%

 BLUE value IS 179 (70.31% from 255) = 33.27%

R = 32.53%
G = 34.2%
B = 33.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#AFB8B3 (or 0xAFB8B3) is known color: Loblolly. HEX triplet: AF, B8 and B3. RGB value is (175,184,179). Sum of RGB (Red+Green+Blue) = 175+184+179=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 184 (72.27% from 255 or 34.20% from 538); Blue value is 179 (70.31% from 255 or 33.27% from 538); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB8B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB8B3 is #50474C. Grayscale: #B4B4B4. Windows color (decimal): -5261133 or 11778223. OLE color: 11778223.

HSL color Cylindrical-coordinate representation of color #AFB8B3: hue angle of 146.67º degrees, saturation: 0.06, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AFB8B3 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 184 179 -
CMYK 0.05 0 0.03 0.28
HSL 146.67º 0.06% 0.7% -
HSV(B) 146.67º 0.05% 0.72% -
XYZ 42.96 46.65 49.39 -
YUV 180.74 127.02 123.91 -
System Red Green Blue C M Y K H S L
Decimal 175 184 179 0.05 0 0.03 0.28 146.67 0.06 0.7
Hex AF B8 B3 5 0 3 1C 93 6 46
Octal 257 270 263 5 0 3 34 223 6 106
Binary 10101111 10111000 10110011 101 0 11 11100 10010011 110 1000110

Color Harmonies of #AFB8B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB8B3

Black with #AFB8B3

Text Example


Text Example

White with #AFB8B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB8B3; }

 p { color: rgb(175,184,179); }

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

background-color css

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

 a { background-color: rgb(175,184,179); }

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

border-color css

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

 span { border-color: rgb(175,184,179); }

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