Html Css Color HEX #A4A571 Locust

📋 copy color: '#A4A571'

red 164 ◦ green 165 ◦ blue 113

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

Shades of Locust #A4A571

Tints of Locust #A4A571

RGB

 RED value IS 164 (64.45% from 255) = 37.1%

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

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

R = 37.1%
G = 37.33%
B = 25.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A4A571 (or 0xA4A571) is known color: Locust. HEX triplet: A4, A5 and 71. RGB value is (164,165,113). Sum of RGB (Red+Green+Blue) = 164+165+113=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 165 - color contains mainly: green. Hex color #A4A571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A571 is #5B5A8E. Grayscale: #9E9E9E. Windows color (decimal): -5986959 or 7447972. OLE color: 7447972.

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

Color convert

RGB 164 165 113 -
CMYK 0.01 0 0.32 0.35
HSL 61.15º 0.22% 0.55% -
HSV(B) 61.15º 0.32% 0.65% -
XYZ 31.75 36 20.9 -
YUV 158.77 102.17 131.73 -
System Red Green Blue C M Y K H S L
Decimal 164 165 113 0.01 0 0.32 0.35 61.15 0.22 0.55
Hex A4 A5 71 1 0 20 23 3D 16 37
Octal 244 245 161 1 0 40 43 75 26 67
Binary 10100100 10100101 1110001 1 0 100000 100011 111101 10110 110111

Color Harmonies of #A4A571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A571

Black with #A4A571

Text Example


Text Example

White with #A4A571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A571; }

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

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

background-color css

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

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

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

border-color css

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

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

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