Html Css Color HEX #AFBAB3 Loblolly

📋 copy color: '#AFBAB3'

red 175 ◦ green 186 ◦ blue 179

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

Shades of Loblolly #AFBAB3

Tints of Loblolly #AFBAB3

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.44%

 BLUE value IS 179 (70.31% from 255) = 33.15%

R = 32.41%
G = 34.44%
B = 33.15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#AFBAB3 (or 0xAFBAB3) is known color: Loblolly. HEX triplet: AF, BA and B3. RGB value is (175,186,179). Sum of RGB (Red+Green+Blue) = 175+186+179=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 179 (70.31% from 255 or 33.15% from 540); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBAB3 is #50454C. Grayscale: #B5B5B5. Windows color (decimal): -5260621 or 11778735. OLE color: 11778735.

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

Color convert

RGB 175 186 179 -
CMYK 0.06 0 0.04 0.27
HSL 141.82º 0.07% 0.71% -
HSV(B) 141.82º 0.06% 0.73% -
XYZ 43.37 47.49 49.53 -
YUV 181.91 126.36 123.07 -
System Red Green Blue C M Y K H S L
Decimal 175 186 179 0.06 0 0.04 0.27 141.82 0.07 0.71
Hex AF BA B3 6 0 4 1B 8E 7 47
Octal 257 272 263 6 0 4 33 216 7 107
Binary 10101111 10111010 10110011 110 0 100 11011 10001110 111 1000111

Color Harmonies of #AFBAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBAB3

Black with #AFBAB3

Text Example


Text Example

White with #AFBAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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