Html Css Color HEX #AFC1B6 Loblolly

📋 copy color: '#AFC1B6'

red 175 ◦ green 193 ◦ blue 182

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

Shades of Loblolly #AFC1B6

Tints of Loblolly #AFC1B6

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.09%

 BLUE value IS 182 (71.48% from 255) = 33.09%

R = 31.82%
G = 35.09%
B = 33.09%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#AFC1B6 (or 0xAFC1B6) is known color: Loblolly. HEX triplet: AF, C1 and B6. RGB value is (175,193,182). Sum of RGB (Red+Green+Blue) = 175+193+182=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC1B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC1B6 is #503E49. Grayscale: #BABABA. Windows color (decimal): -5258826 or 11977135. OLE color: 11977135.

HSL color Cylindrical-coordinate representation of color #AFC1B6: hue angle of 143.33º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFC1B6 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 193 182 -
CMYK 0.09 0 0.06 0.24
HSL 143.33º 0.13% 0.72% -
HSV(B) 143.33º 0.09% 0.76% -
XYZ 45.19 50.63 51.65 -
YUV 186.36 125.54 119.89 -
System Red Green Blue C M Y K H S L
Decimal 175 193 182 0.09 0 0.06 0.24 143.33 0.13 0.72
Hex AF C1 B6 9 0 6 18 8F D 48
Octal 257 301 266 11 0 6 30 217 15 110
Binary 10101111 11000001 10110110 1001 0 110 11000 10001111 1101 1001000

Color Harmonies of #AFC1B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC1B6

Black with #AFC1B6

Text Example


Text Example

White with #AFC1B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC1B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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