Html Css Color HEX #A3A683 Locust

📋 copy color: '#A3A683'

red 163 ◦ green 166 ◦ blue 131

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

Shades of Locust #A3A683

Tints of Locust #A3A683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.48%

R = 35.43%
G = 36.09%
B = 28.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A3A683 (or 0xA3A683) is known color: Locust. HEX triplet: A3, A6 and 83. RGB value is (163,166,131). Sum of RGB (Red+Green+Blue) = 163+166+131=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 131 (51.56% from 255 or 28.48% from 460); Max value from RGB is 166 - color contains mainly: green. Hex color #A3A683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A683 is #5C597C. Grayscale: #A1A1A1. Windows color (decimal): -6052221 or 8627875. OLE color: 8627875.

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

Color convert

RGB 163 166 131 -
CMYK 0.02 0 0.21 0.35
HSL 65.14º 0.16% 0.58% -
HSV(B) 65.14º 0.21% 0.65% -
XYZ 32.84 36.7 26.83 -
YUV 161.11 111.01 129.35 -
System Red Green Blue C M Y K H S L
Decimal 163 166 131 0.02 0 0.21 0.35 65.14 0.16 0.58
Hex A3 A6 83 2 0 15 23 41 10 3A
Octal 243 246 203 2 0 25 43 101 20 72
Binary 10100011 10100110 10000011 10 0 10101 100011 1000001 10000 111010

Color Harmonies of #A3A683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A683

Black with #A3A683

Text Example


Text Example

White with #A3A683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A683; }

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

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

background-color css

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

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

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

border-color css

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

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

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