Html Css Color HEX #A3A471 Locust

📋 copy color: '#A3A471'

red 163 ◦ green 164 ◦ blue 113

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

Shades of Locust #A3A471

Tints of Locust #A3A471

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.27%

 BLUE value IS 113 (44.53% from 255) = 25.68%

R = 37.05%
G = 37.27%
B = 25.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A3A471 (or 0xA3A471) is known color: Locust. HEX triplet: A3, A4 and 71. RGB value is (163,164,113). Sum of RGB (Red+Green+Blue) = 163+164+113=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 164 - color contains mainly: green. Hex color #A3A471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A471 is #5C5B8E. Grayscale: #9E9E9E. Windows color (decimal): -6052751 or 7447715. OLE color: 7447715.

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

Color convert

RGB 163 164 113 -
CMYK 0.01 0 0.31 0.36
HSL 61.18º 0.22% 0.54% -
HSV(B) 61.18º 0.31% 0.64% -
XYZ 31.36 35.53 20.83 -
YUV 157.89 102.67 131.65 -
System Red Green Blue C M Y K H S L
Decimal 163 164 113 0.01 0 0.31 0.36 61.18 0.22 0.54
Hex A3 A4 71 1 0 1F 24 3D 16 36
Octal 243 244 161 1 0 37 44 75 26 66
Binary 10100011 10100100 1110001 1 0 11111 100100 111101 10110 110110

Color Harmonies of #A3A471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A471

Black with #A3A471

Text Example


Text Example

White with #A3A471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A471; }

 p { color: rgb(163,164,113); }

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

background-color css

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

 a { background-color: rgb(163,164,113); }

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

border-color css

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

 span { border-color: rgb(163,164,113); }

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