#A3C3B2

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

Shades of Loblolly #A3C3B2

Tints of Loblolly #A3C3B2

Color information

#A3C3B2 (or 0xA3C3B2) is unknown color: approx Loblolly. HEX triplet: A3, C3 and B2. RGB value is (163,195,178). Sum of RGB (Red+Green+Blue) = 163+195+178=536 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.41% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 178 (69.92% from 255 or 33.21% from 536); Max value from RGB is 195 - color contains mainly: green. Hex color #A3C3B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C3B2 is #5C3C4D. Grayscale: #B7B7B7. Windows color (decimal): -6044750 or 11715491. OLE color: 11715491.

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

Color convert

RGB163195178-
CMYK0.1600.090.24
HSL148.12º21.05%70.2%-
HSV(B)148.12º16.41%76.47%-
XYZ42.6650.0349.53-
YUV183.49124.9113.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.41%
GREEN value IS 195 (76.56% from 255) = 36.38%
BLUE value IS 178 (69.92% from 255) = 33.21%
R=30.41%
G=36.38%
B=33.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631951780.1600.090.24148.1221.0570.2
HexA3C3B2100918941546
Octal243303262200113022425106
Binary10100011110000111011001010000010011100010010100101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C3B2; }

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

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

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

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

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

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

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

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