Html Css Color HEX #A3AC7A Locust

📋 copy color: '#A3AC7A'

red 163 ◦ green 172 ◦ blue 122

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

Shades of Locust #A3AC7A

Tints of Locust #A3AC7A

RGB

 RED value IS 163 (64.06% from 255) = 35.67%

 GREEN value IS 172 (67.58% from 255) = 37.64%

 BLUE value IS 122 (48.05% from 255) = 26.7%

R = 35.67%
G = 37.64%
B = 26.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#A3AC7A (or 0xA3AC7A) is known color: Locust. HEX triplet: A3, AC and 7A. RGB value is (163,172,122). Sum of RGB (Red+Green+Blue) = 163+172+122=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 172 - color contains mainly: green. Hex color #A3AC7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AC7A is #5C5385. Grayscale: #A3A3A3. Windows color (decimal): -6050694 or 8039587. OLE color: 8039587.

HSL color Cylindrical-coordinate representation of color #A3AC7A: hue angle of 70.8º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3AC7A is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 172 122 -
CMYK 0.05 0 0.29 0.33
HSL 70.8º 0.23% 0.58% -
HSV(B) 70.8º 0.29% 0.67% -
XYZ 33.37 38.7 24.12 -
YUV 163.61 104.52 127.57 -
System Red Green Blue C M Y K H S L
Decimal 163 172 122 0.05 0 0.29 0.33 70.8 0.23 0.58
Hex A3 AC 7A 5 0 1D 21 47 17 3A
Octal 243 254 172 5 0 35 41 107 27 72
Binary 10100011 10101100 1111010 101 0 11101 100001 1000111 10111 111010

Color Harmonies of #A3AC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AC7A

Black with #A3AC7A

Text Example


Text Example

White with #A3AC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AC7A; }

 p { color: rgb(163,172,122); }

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

background-color css

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

 a { background-color: rgb(163,172,122); }

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

border-color css

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

 span { border-color: rgb(163,172,122); }

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