Html Css Color HEX #AFBDB4 Loblolly

📋 copy color: '#AFBDB4'

red 175 ◦ green 189 ◦ blue 180

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

Shades of Loblolly #AFBDB4

Tints of Loblolly #AFBDB4

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.74%

 BLUE value IS 180 (70.7% from 255) = 33.09%

R = 32.17%
G = 34.74%
B = 33.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#AFBDB4 (or 0xAFBDB4) is known color: Loblolly. HEX triplet: AF, BD and B4. RGB value is (175,189,180). Sum of RGB (Red+Green+Blue) = 175+189+180=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 180 (70.70% from 255 or 33.09% from 544); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDB4 is #50424B. Grayscale: #B7B7B7. Windows color (decimal): -5259852 or 11845039. OLE color: 11845039.

HSL color Cylindrical-coordinate representation of color #AFBDB4: hue angle of 141.43º degrees, saturation: 0.1, 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 #AFBDB4 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 189 180 -
CMYK 0.07 0 0.05 0.26
HSL 141.43º 0.1% 0.71% -
HSV(B) 141.43º 0.07% 0.74% -
XYZ 44.12 48.8 50.28 -
YUV 183.79 125.86 121.73 -
System Red Green Blue C M Y K H S L
Decimal 175 189 180 0.07 0 0.05 0.26 141.43 0.1 0.71
Hex AF BD B4 7 0 5 1A 8D A 47
Octal 257 275 264 7 0 5 32 215 12 107
Binary 10101111 10111101 10110100 111 0 101 11010 10001101 1010 1000111

Color Harmonies of #AFBDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBDB4

Black with #AFBDB4

Text Example


Text Example

White with #AFBDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBDB4; }

 p { color: rgb(175,189,180); }

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

background-color css

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

 a { background-color: rgb(175,189,180); }

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

border-color css

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

 span { border-color: rgb(175,189,180); }

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