Html Css Color HEX #A4A783 Locust

📋 copy color: '#A4A783'

red 164 ◦ green 167 ◦ blue 131

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

Shades of Locust #A4A783

Tints of Locust #A4A783

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.15%

 BLUE value IS 131 (51.56% from 255) = 28.35%

R = 35.5%
G = 36.15%
B = 28.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A4A783 (or 0xA4A783) is known color: Locust. HEX triplet: A4, A7 and 83. RGB value is (164,167,131). Sum of RGB (Red+Green+Blue) = 164+167+131=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 167 - color contains mainly: green. Hex color #A4A783 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A783 is #5B587C. Grayscale: #A2A2A2. Windows color (decimal): -5986429 or 8628132. OLE color: 8628132.

HSL color Cylindrical-coordinate representation of color #A4A783: hue angle of 65º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4A783 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 164 167 131 -
CMYK 0.02 0 0.22 0.35
HSL 65º 0.17% 0.58% -
HSV(B) 65º 0.22% 0.65% -
XYZ 33.23 37.17 26.9 -
YUV 162 110.51 129.43 -
System Red Green Blue C M Y K H S L
Decimal 164 167 131 0.02 0 0.22 0.35 65 0.17 0.58
Hex A4 A7 83 2 0 16 23 41 11 3A
Octal 244 247 203 2 0 26 43 101 21 72
Binary 10100100 10100111 10000011 10 0 10110 100011 1000001 10001 111010

Color Harmonies of #A4A783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A783

Black with #A4A783

Text Example


Text Example

White with #A4A783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A783; }

 p { color: rgb(164,167,131); }

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

background-color css

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

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

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

border-color css

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

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

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