#A5C3B2

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

Shades of Loblolly #A5C3B2

Tints of Loblolly #A5C3B2

Color information

#A5C3B2 (or 0xA5C3B2) is unknown color: approx Loblolly. HEX triplet: A5, C3 and B2. RGB value is (165,195,178). Sum of RGB (Red+Green+Blue) = 165+195+178=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 178 (69.92% from 255 or 33.09% from 538); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C3B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C3B2 is #5A3C4D. Grayscale: #B8B8B8. Windows color (decimal): -5913678 or 11715493. OLE color: 11715493.

HSL color Cylindrical-coordinate representation of color #A5C3B2: hue angle of 146º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A5C3B2 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB165195178-
CMYK0.1500.090.24
HSL146º20%70.59%-
HSV(B)146º15.38%76.47%-
XYZ43.0750.2449.55-
YUV184.09124.56114.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.67%
GREEN value IS 195 (76.56% from 255) = 36.25%
BLUE value IS 178 (69.92% from 255) = 33.09%
R=30.67%
G=36.25%
B=33.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651951780.1500.090.241462070.59
HexA5C3B2F0918921447
Octal245303262170113022224107
Binary1010010111000011101100101111010011100010010010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C3B2; }

 p { color: rgb(165,195,178); }

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

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

 a { background-color: rgb(165,195,178); }

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

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

 span { border-color: rgb(165,195,178); }

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