Html Css Color HEX #A5BFAF Loblolly

📋 copy color: '#A5BFAF'

red 165 ◦ green 191 ◦ blue 175

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

Shades of Loblolly #A5BFAF

Tints of Loblolly #A5BFAF

RGB

 RED value IS 165 (64.84% from 255) = 31.07%

 GREEN value IS 191 (75% from 255) = 35.97%

 BLUE value IS 175 (68.75% from 255) = 32.96%

R = 31.07%
G = 35.97%
B = 32.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#A5BFAF (or 0xA5BFAF) is known color: Loblolly. HEX triplet: A5, BF and AF. RGB value is (165,191,175). Sum of RGB (Red+Green+Blue) = 165+191+175=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BFAF is #5A4050. Grayscale: #B5B5B5. Windows color (decimal): -5914705 or 11517861. OLE color: 11517861.

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

Color convert

RGB 165 191 175 -
CMYK 0.14 0 0.08 0.25
HSL 143.08º 0.17% 0.7% -
HSV(B) 143.08º 0.14% 0.75% -
XYZ 41.89 48.36 47.68 -
YUV 181.4 124.39 116.3 -
System Red Green Blue C M Y K H S L
Decimal 165 191 175 0.14 0 0.08 0.25 143.08 0.17 0.7
Hex A5 BF AF E 0 8 19 8F 11 46
Octal 245 277 257 16 0 10 31 217 21 106
Binary 10100101 10111111 10101111 1110 0 1000 11001 10001111 10001 1000110

Color Harmonies of #A5BFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BFAF

Black with #A5BFAF

Text Example


Text Example

White with #A5BFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BFAF; }

 p { color: rgb(165,191,175); }

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

background-color css

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

 a { background-color: rgb(165,191,175); }

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

border-color css

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

 span { border-color: rgb(165,191,175); }

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