Html Css Color HEX #A4A37F Locust

📋 copy color: '#A4A37F'

red 164 ◦ green 163 ◦ blue 127

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

Shades of Locust #A4A37F

Tints of Locust #A4A37F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.97%

R = 36.12%
G = 35.9%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4A37F (or 0xA4A37F) is known color: Locust. HEX triplet: A4, A3 and 7F. RGB value is (164,163,127). Sum of RGB (Red+Green+Blue) = 164+163+127=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A37F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A37F is #5B5C80. Grayscale: #9F9F9F. Windows color (decimal): -5987457 or 8364964. OLE color: 8364964.

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

Color convert

RGB 164 163 127 -
CMYK 0 0.01 0.23 0.36
HSL 58.38º 0.17% 0.57% -
HSV(B) 58.38º 0.23% 0.64% -
XYZ 32.24 35.62 25.25 -
YUV 159.2 109.83 131.43 -
System Red Green Blue C M Y K H S L
Decimal 164 163 127 0 0.01 0.23 0.36 58.38 0.17 0.57
Hex A4 A3 7F 0 1 17 24 3A 11 39
Octal 244 243 177 0 1 27 44 72 21 71
Binary 10100100 10100011 1111111 0 1 10111 100100 111010 10001 111001

Color Harmonies of #A4A37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A37F

Black with #A4A37F

Text Example


Text Example

White with #A4A37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A37F; }

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

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

background-color css

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

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

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

border-color css

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

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

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