Html Css Color HEX #AFC1BA Loblolly

📋 copy color: '#AFC1BA'

red 175 ◦ green 193 ◦ blue 186

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

Shades of Loblolly #AFC1BA

Tints of Loblolly #AFC1BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.57%

R = 31.59%
G = 34.84%
B = 33.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#AFC1BA (or 0xAFC1BA) is known color: Loblolly. HEX triplet: AF, C1 and BA. RGB value is (175,193,186). Sum of RGB (Red+Green+Blue) = 175+193+186=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC1BA is #503E45. Grayscale: #BABABA. Windows color (decimal): -5258822 or 12239279. OLE color: 12239279.

HSL color Cylindrical-coordinate representation of color #AFC1BA: hue angle of 156.67º 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 #AFC1BA is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 193 186 -
CMYK 0.09 0 0.04 0.24
HSL 156.67º 0.13% 0.72% -
HSV(B) 156.67º 0.09% 0.76% -
XYZ 45.61 50.8 53.86 -
YUV 186.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 175 193 186 0.09 0 0.04 0.24 156.67 0.13 0.72
Hex AF C1 BA 9 0 4 18 9D D 48
Octal 257 301 272 11 0 4 30 235 15 110
Binary 10101111 11000001 10111010 1001 0 100 11000 10011101 1101 1001000

Color Harmonies of #AFC1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC1BA

Black with #AFC1BA

Text Example


Text Example

White with #AFC1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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