Html Css Color HEX #A4A47F Locust

📋 copy color: '#A4A47F'

red 164 ◦ green 164 ◦ blue 127

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

Shades of Locust #A4A47F

Tints of Locust #A4A47F

RGB

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

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

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

R = 36.04%
G = 36.04%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4A47F (or 0xA4A47F) is known color: Locust. HEX triplet: A4, A4 and 7F. RGB value is (164,164,127). Sum of RGB (Red+Green+Blue) = 164+164+127=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 164 - color contains mainly: red, green. Hex color #A4A47F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A47F is #5B5B80. Grayscale: #9F9F9F. Windows color (decimal): -5987201 or 8365220. OLE color: 8365220.

HSL color Cylindrical-coordinate representation of color #A4A47F: hue angle of 60º 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 #A4A47F is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 164 127 -
CMYK 0 0 0.23 0.36
HSL 60º 0.17% 0.57% -
HSV(B) 60º 0.23% 0.64% -
XYZ 32.42 35.98 25.31 -
YUV 159.78 109.5 131.01 -
System Red Green Blue C M Y K H S L
Decimal 164 164 127 0 0 0.23 0.36 60 0.17 0.57
Hex A4 A4 7F 0 0 17 24 3C 11 39
Octal 244 244 177 0 0 27 44 74 21 71
Binary 10100100 10100100 1111111 0 0 10111 100100 111100 10001 111001

Color Harmonies of #A4A47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A47F

Black with #A4A47F

Text Example


Text Example

White with #A4A47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A47F; }

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

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

background-color css

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

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

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

border-color css

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

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

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