Html Css Color HEX #A3A684 Locust

📋 copy color: '#A3A684'

red 163 ◦ green 166 ◦ blue 132

#A3A684
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Locust #A3A684

Tints of Locust #A3A684

RGB

 RED value IS 163 (64.06% from 255) = 35.36%

 GREEN value IS 166 (65.23% from 255) = 36.01%

 BLUE value IS 132 (51.95% from 255) = 28.63%

R = 35.36%
G = 36.01%
B = 28.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A3A684 (or 0xA3A684) is known color: Locust. HEX triplet: A3, A6 and 84. RGB value is (163,166,132). Sum of RGB (Red+Green+Blue) = 163+166+132=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 132 (51.95% from 255 or 28.63% from 461); Max value from RGB is 166 - color contains mainly: green. Hex color #A3A684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A684 is #5C597B. Grayscale: #A1A1A1. Windows color (decimal): -6052220 or 8693411. OLE color: 8693411.

HSL color Cylindrical-coordinate representation of color #A3A684: hue angle of 65.29º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3A684 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 163 166 132 -
CMYK 0.02 0 0.20 0.35
HSL 65.29º 0.16% 0.58% -
HSV(B) 65.29º 0.2% 0.65% -
XYZ 32.91 36.72 27.18 -
YUV 161.23 111.51 129.26 -
System Red Green Blue C M Y K H S L
Decimal 163 166 132 0.02 0 0.20 0.35 65.29 0.16 0.58
Hex A3 A6 84 2 0 14 23 41 10 3A
Octal 243 246 204 2 0 24 43 101 20 72
Binary 10100011 10100110 10000100 10 0 10100 100011 1000001 10000 111010

Color Harmonies of #A3A684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A684

Black with #A3A684

Text Example


Text Example

White with #A3A684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A684; }

 p { color: rgb(163,166,132); }

 H1.HeaderClassName
 {
   color: #A3A684;
 }
 .AnyTagClassName
 {
   color: #A3A684;
 }
</style>

background-color css

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

 a { background-color: rgb(163,166,132); }

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

border-color css

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

 span { border-color: rgb(163,166,132); }

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