Html Css Color HEX #A8AC7A Locust

📋 copy color: '#A8AC7A'

red 168 ◦ green 172 ◦ blue 122

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

Shades of Locust #A8AC7A

Tints of Locust #A8AC7A

RGB

 RED value IS 168 (66.02% from 255) = 36.36%

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

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

R = 36.36%
G = 37.23%
B = 26.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#A8AC7A (or 0xA8AC7A) is known color: Locust. HEX triplet: A8, AC and 7A. RGB value is (168,172,122). Sum of RGB (Red+Green+Blue) = 168+172+122=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AC7A is #575385. Grayscale: #A5A5A5. Windows color (decimal): -5723014 or 8039592. OLE color: 8039592.

HSL color Cylindrical-coordinate representation of color #A8AC7A: hue angle of 64.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 #A8AC7A is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 172 122 -
CMYK 0.02 0 0.29 0.33
HSL 64.8º 0.23% 0.58% -
HSV(B) 64.8º 0.29% 0.67% -
XYZ 34.41 39.24 24.17 -
YUV 165.1 103.67 130.07 -
System Red Green Blue C M Y K H S L
Decimal 168 172 122 0.02 0 0.29 0.33 64.8 0.23 0.58
Hex A8 AC 7A 2 0 1D 21 41 17 3A
Octal 250 254 172 2 0 35 41 101 27 72
Binary 10101000 10101100 1111010 10 0 11101 100001 1000001 10111 111010

Color Harmonies of #A8AC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AC7A

Black with #A8AC7A

Text Example


Text Example

White with #A8AC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AC7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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