Html Css Color HEX #A4A372 Locust

📋 copy color: '#A4A372'

red 164 ◦ green 163 ◦ blue 114

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

Shades of Locust #A4A372

Tints of Locust #A4A372

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.96%

 BLUE value IS 114 (44.92% from 255) = 25.85%

R = 37.19%
G = 36.96%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A4A372 (or 0xA4A372) is known color: Locust. HEX triplet: A4, A3 and 72. RGB value is (164,163,114). Sum of RGB (Red+Green+Blue) = 164+163+114=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A372 is #5B5C8D. Grayscale: #9D9D9D. Windows color (decimal): -5987470 or 7512996. OLE color: 7512996.

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

Color convert

RGB 164 163 114 -
CMYK 0 0.01 0.30 0.36
HSL 58.8º 0.22% 0.55% -
HSV(B) 58.8º 0.3% 0.64% -
XYZ 31.44 35.3 21.08 -
YUV 157.71 103.33 132.48 -
System Red Green Blue C M Y K H S L
Decimal 164 163 114 0 0.01 0.30 0.36 58.8 0.22 0.55
Hex A4 A3 72 0 1 1E 24 3B 16 37
Octal 244 243 162 0 1 36 44 73 26 67
Binary 10100100 10100011 1110010 0 1 11110 100100 111011 10110 110111

Color Harmonies of #A4A372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A372

Black with #A4A372

Text Example


Text Example

White with #A4A372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A372; }

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

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

background-color css

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

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

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

border-color css

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

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

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