Html Css Color HEX #AFBCB5 Loblolly

📋 copy color: '#AFBCB5'

red 175 ◦ green 188 ◦ blue 181

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

Shades of Loblolly #AFBCB5

Tints of Loblolly #AFBCB5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.56%

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

R = 32.17%
G = 34.56%
B = 33.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#AFBCB5 (or 0xAFBCB5) is known color: Loblolly. HEX triplet: AF, BC and B5. RGB value is (175,188,181). Sum of RGB (Red+Green+Blue) = 175+188+181=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCB5 is #50434A. Grayscale: #B7B7B7. Windows color (decimal): -5260107 or 11910319. OLE color: 11910319.

HSL color Cylindrical-coordinate representation of color #AFBCB5: hue angle of 147.69º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFBCB5 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 188 181 -
CMYK 0.07 0 0.04 0.26
HSL 147.69º 0.09% 0.71% -
HSV(B) 147.69º 0.07% 0.74% -
XYZ 44 48.42 50.74 -
YUV 183.32 126.69 122.07 -
System Red Green Blue C M Y K H S L
Decimal 175 188 181 0.07 0 0.04 0.26 147.69 0.09 0.71
Hex AF BC B5 7 0 4 1A 94 9 47
Octal 257 274 265 7 0 4 32 224 11 107
Binary 10101111 10111100 10110101 111 0 100 11010 10010100 1001 1000111

Color Harmonies of #AFBCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBCB5

Black with #AFBCB5

Text Example


Text Example

White with #AFBCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBCB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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