Html Css Color HEX #AFBEB8 Loblolly

📋 copy color: '#AFBEB8'

red 175 ◦ green 190 ◦ blue 184

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

Shades of Loblolly #AFBEB8

Tints of Loblolly #AFBEB8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.61%

 BLUE value IS 184 (72.27% from 255) = 33.52%

R = 31.88%
G = 34.61%
B = 33.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#AFBEB8 (or 0xAFBEB8) is known color: Loblolly. HEX triplet: AF, BE and B8. RGB value is (175,190,184). Sum of RGB (Red+Green+Blue) = 175+190+184=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBEB8 is #504147. Grayscale: #B8B8B8. Windows color (decimal): -5259592 or 12107439. OLE color: 12107439.

HSL color Cylindrical-coordinate representation of color #AFBEB8: hue angle of 156º 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 #AFBEB8 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 190 184 -
CMYK 0.08 0 0.03 0.25
HSL 156º 0.1% 0.72% -
HSV(B) 156º 0.08% 0.75% -
XYZ 44.74 49.4 52.52 -
YUV 184.83 127.53 120.99 -
System Red Green Blue C M Y K H S L
Decimal 175 190 184 0.08 0 0.03 0.25 156 0.1 0.72
Hex AF BE B8 8 0 3 19 9C A 48
Octal 257 276 270 10 0 3 31 234 12 110
Binary 10101111 10111110 10111000 1000 0 11 11001 10011100 1010 1001000

Color Harmonies of #AFBEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBEB8

Black with #AFBEB8

Text Example


Text Example

White with #AFBEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBEB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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