#A3A274

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

Shades of Locust #A3A274

Tints of Locust #A3A274

Color information

#A3A274 (or 0xA3A274) is unknown color: approx Locust. HEX triplet: A3, A2 and 74. RGB value is (163,162,116). Sum of RGB (Red+Green+Blue) = 163+162+116=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A274 is #5C5D8B. Grayscale: #9D9D9D. Windows color (decimal): -6053260 or 7643811. OLE color: 7643811.

HSL color Cylindrical-coordinate representation of color #A3A274: hue angle of 58.72º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3A274 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB163162116-
CMYK00.010.290.36
HSL58.72º20.35%54.71%-
HSV(B)58.72º28.83%63.92%-
XYZ31.1834.8921.61-
YUV157.05104.83132.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.96%
GREEN value IS 162 (63.67% from 255) = 36.73%
BLUE value IS 116 (45.70% from 255) = 26.30%
R=36.96%
G=36.73%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316211600.010.290.3658.7220.3554.71
HexA3A274011D243b1437
Octal243242164013544732467
Binary10100011101000101110100011110110010011101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A274; }

 p { color: rgb(163,162,116); }

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

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

 a { background-color: rgb(163,162,116); }

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

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

 span { border-color: rgb(163,162,116); }

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