Html Css Color HEX #A3A581 Locust

📋 copy color: '#A3A581'

red 163 ◦ green 165 ◦ blue 129

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

Shades of Locust #A3A581

Tints of Locust #A3A581

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.11%

 BLUE value IS 129 (50.78% from 255) = 28.23%

R = 35.67%
G = 36.11%
B = 28.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A3A581 (or 0xA3A581) is known color: Locust. HEX triplet: A3, A5 and 81. RGB value is (163,165,129). Sum of RGB (Red+Green+Blue) = 163+165+129=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 165 - color contains mainly: green. Hex color #A3A581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A581 is #5C5A7E. Grayscale: #A0A0A0. Windows color (decimal): -6052479 or 8496547. OLE color: 8496547.

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

Color convert

RGB 163 165 129 -
CMYK 0.01 0 0.22 0.35
HSL 63.33º 0.17% 0.58% -
HSV(B) 63.33º 0.22% 0.65% -
XYZ 32.52 36.28 26.06 -
YUV 160.3 110.34 129.93 -
System Red Green Blue C M Y K H S L
Decimal 163 165 129 0.01 0 0.22 0.35 63.33 0.17 0.58
Hex A3 A5 81 1 0 16 23 3F 11 3A
Octal 243 245 201 1 0 26 43 77 21 72
Binary 10100011 10100101 10000001 1 0 10110 100011 111111 10001 111010

Color Harmonies of #A3A581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A581

Black with #A3A581

Text Example


Text Example

White with #A3A581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A581; }

 p { color: rgb(163,165,129); }

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

background-color css

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

 a { background-color: rgb(163,165,129); }

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

border-color css

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

 span { border-color: rgb(163,165,129); }

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