Html Css Color HEX #A4A37C Locust

📋 copy color: '#A4A37C'

red 164 ◦ green 163 ◦ blue 124

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

Shades of Locust #A4A37C

Tints of Locust #A4A37C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.49%

R = 36.36%
G = 36.14%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A4A37C (or 0xA4A37C) is known color: Locust. HEX triplet: A4, A3 and 7C. RGB value is (164,163,124). Sum of RGB (Red+Green+Blue) = 164+163+124=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A37C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A37C is #5B5C83. Grayscale: #9F9F9F. Windows color (decimal): -5987460 or 8168356. OLE color: 8168356.

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

Color convert

RGB 164 163 124 -
CMYK 0 0.01 0.24 0.36
HSL 58.5º 0.18% 0.56% -
HSV(B) 58.5º 0.24% 0.64% -
XYZ 32.05 35.54 24.24 -
YUV 158.85 108.33 131.67 -
System Red Green Blue C M Y K H S L
Decimal 164 163 124 0 0.01 0.24 0.36 58.5 0.18 0.56
Hex A4 A3 7C 0 1 18 24 3A 12 38
Octal 244 243 174 0 1 30 44 72 22 70
Binary 10100100 10100011 1111100 0 1 11000 100100 111010 10010 111000

Color Harmonies of #A4A37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A37C

Black with #A4A37C

Text Example


Text Example

White with #A4A37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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