#AFBEB5

Color #AFBEB5 Loblolly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loblolly #AFBEB5

Tints of Loblolly #AFBEB5

Color information

#AFBEB5 (or 0xAFBEB5) is unknown color: approx Loblolly. HEX triplet: AF, BE and B5. RGB value is (175,190,181). Sum of RGB (Red+Green+Blue) = 175+190+181=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBEB5 is #50414A. Grayscale: #B8B8B8. Windows color (decimal): -5259595 or 11910831. OLE color: 11910831.

HSL color Cylindrical-coordinate representation of color #AFBEB5: hue angle of 144º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFBEB5 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB175190181-
CMYK0.0800.050.25
HSL144º10.34%71.57%-
HSV(B)144º7.89%74.51%-
XYZ44.4349.2850.89-
YUV184.49126.03121.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.05%
GREEN value IS 190 (74.61% from 255) = 34.80%
BLUE value IS 181 (71.09% from 255) = 33.15%
R=32.05%
G=34.80%
B=33.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751901810.0800.050.2514410.3471.57
HexAFBEB58051990a48
Octal25727626510053122012110
Binary10101111101111101011010110000101110011001000010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBEB5; }

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

 H1.HeaderClassName
 {
   color: #AFBEB5;
 }
 .AnyTagClassName
 {
   color: #AFBEB5;
 }
</style>
background-color css

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

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

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

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

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

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