#A5BDAF

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

Shades of Loblolly #A5BDAF

Tints of Loblolly #A5BDAF

Color information

#A5BDAF (or 0xA5BDAF) is unknown color: approx Loblolly. HEX triplet: A5, BD and AF. RGB value is (165,189,175). Sum of RGB (Red+Green+Blue) = 165+189+175=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BDAF is #5A4250. Grayscale: #B4B4B4. Windows color (decimal): -5915217 or 11517349. OLE color: 11517349.

HSL color Cylindrical-coordinate representation of color #A5BDAF: hue angle of 145º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A5BDAF is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB165189175-
CMYK0.1300.070.26
HSL145º15.38%69.41%-
HSV(B)145º12.7%74.12%-
XYZ41.4547.4947.54-
YUV180.23125.05117.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.19%
GREEN value IS 189 (74.22% from 255) = 35.73%
BLUE value IS 175 (68.75% from 255) = 33.08%
R=31.19%
G=35.73%
B=33.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651891750.1300.070.2614515.3869.41
HexA5BDAFD071A91f45
Octal24527525715073222117105
Binary10100101101111011010111111010111110101001000111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BDAF; }

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

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

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

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

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

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

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

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