#A4C6B6

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

Shades of Loblolly #A4C6B6

Tints of Loblolly #A4C6B6

Color information

#A4C6B6 (or 0xA4C6B6) is unknown color: approx Loblolly. HEX triplet: A4, C6 and B6. RGB value is (164,198,182). Sum of RGB (Red+Green+Blue) = 164+198+182=544 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.15% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 182 (71.48% from 255 or 33.46% from 544); Max value from RGB is 198 - color contains mainly: green. Hex color #A4C6B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C6B6 is #5B3949. Grayscale: #BABABA. Windows color (decimal): -5978442 or 11978404. OLE color: 11978404.

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

Color convert

RGB164198182-
CMYK0.1700.080.22
HSL151.76º22.97%70.98%-
HSV(B)151.76º17.17%77.65%-
XYZ43.9551.6651.91-
YUV186.01125.74112.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.15%
GREEN value IS 198 (77.73% from 255) = 36.40%
BLUE value IS 182 (71.48% from 255) = 33.46%
R=30.15%
G=36.40%
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
Decimal1641981820.1700.080.22151.7622.9770.98
HexA4C6B6110816981747
Octal244306266210102623027107
Binary10100100110001101011011010001010001011010011000101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C6B6; }

 p { color: rgb(164,198,182); }

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

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

 a { background-color: rgb(164,198,182); }

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

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

 span { border-color: rgb(164,198,182); }

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