Html Css Color HEX #A4A672 Locust

📋 copy color: '#A4A672'

red 164 ◦ green 166 ◦ blue 114

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

Shades of Locust #A4A672

Tints of Locust #A4A672

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.39%

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

R = 36.94%
G = 37.39%
B = 25.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A4A672 (or 0xA4A672) is known color: Locust. HEX triplet: A4, A6 and 72. RGB value is (164,166,114). Sum of RGB (Red+Green+Blue) = 164+166+114=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 166 - color contains mainly: green. Hex color #A4A672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A672 is #5B598D. Grayscale: #9F9F9F. Windows color (decimal): -5986702 or 7513764. OLE color: 7513764.

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

Color convert

RGB 164 166 114 -
CMYK 0.01 0 0.31 0.35
HSL 62.31º 0.23% 0.55% -
HSV(B) 62.31º 0.31% 0.65% -
XYZ 31.98 36.38 21.26 -
YUV 159.47 102.34 131.23 -
System Red Green Blue C M Y K H S L
Decimal 164 166 114 0.01 0 0.31 0.35 62.31 0.23 0.55
Hex A4 A6 72 1 0 1F 23 3E 17 37
Octal 244 246 162 1 0 37 43 76 27 67
Binary 10100100 10100110 1110010 1 0 11111 100011 111110 10111 110111

Color Harmonies of #A4A672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A672

Black with #A4A672

Text Example


Text Example

White with #A4A672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A672; }

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

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

background-color css

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

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

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

border-color css

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

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

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