#A5C7B7

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

Shades of Loblolly #A5C7B7

Tints of Loblolly #A5C7B7

Color information

#A5C7B7 (or 0xA5C7B7) is unknown color: approx Loblolly. HEX triplet: A5, C7 and B7. RGB value is (165,199,183). Sum of RGB (Red+Green+Blue) = 165+199+183=547 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.16% from 547); Green value is 199 (78.12% from 255 or 36.38% from 547); Blue value is 183 (71.88% from 255 or 33.46% from 547); Max value from RGB is 199 - color contains mainly: green. Hex color #A5C7B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C7B7 is #5A3848. Grayscale: #BBBBBB. Windows color (decimal): -5912649 or 12044197. OLE color: 12044197.

HSL color Cylindrical-coordinate representation of color #A5C7B7: hue angle of 151.76º 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 #A5C7B7 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB165199183-
CMYK0.1700.080.22
HSL151.76º23.29%71.37%-
HSV(B)151.76º17.09%78.04%-
XYZ44.4952.2752.54-
YUV187.01125.74112.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.16%
GREEN value IS 199 (78.12% from 255) = 36.38%
BLUE value IS 183 (71.88% from 255) = 33.46%
R=30.16%
G=36.38%
B=33.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1651991830.1700.080.22151.7623.2971.37
HexA5C7B7110816981747
Octal245307267210102623027107
Binary10100101110001111011011110001010001011010011000101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C7B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C7B7; }

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

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

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

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

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

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

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

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