#A5C7B5

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

Shades of Loblolly #A5C7B5

Tints of Loblolly #A5C7B5

Color information

#A5C7B5 (or 0xA5C7B5) is unknown color: approx Loblolly. HEX triplet: A5, C7 and B5. RGB value is (165,199,181). Sum of RGB (Red+Green+Blue) = 165+199+181=545 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.28% from 545); Green value is 199 (78.12% from 255 or 36.51% from 545); Blue value is 181 (71.09% from 255 or 33.21% from 545); Max value from RGB is 199 - color contains mainly: green. Hex color #A5C7B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C7B5 is #5A384A. Grayscale: #BABABA. Windows color (decimal): -5912651 or 11913125. OLE color: 11913125.

HSL color Cylindrical-coordinate representation of color #A5C7B5: hue angle of 148.24º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A5C7B5 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB165199181-
CMYK0.1700.090.22
HSL148.24º23.29%71.37%-
HSV(B)148.24º17.09%78.04%-
XYZ44.2852.1851.45-
YUV186.78124.74112.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.28%
GREEN value IS 199 (78.12% from 255) = 36.51%
BLUE value IS 181 (71.09% from 255) = 33.21%
R=30.28%
G=36.51%
B=33.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1651991810.1700.090.22148.2423.2971.37
HexA5C7B5110916941747
Octal245307265210112622427107
Binary10100101110001111011010110001010011011010010100101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C7B5; }

 p { color: rgb(165,199,181); }

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

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

 a { background-color: rgb(165,199,181); }

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

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

 span { border-color: rgb(165,199,181); }

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