Html Css Color HEX #A8AC7B Locust

📋 copy color: '#A8AC7B'

red 168 ◦ green 172 ◦ blue 123

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

Shades of Locust #A8AC7B

Tints of Locust #A8AC7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.57%

R = 36.29%
G = 37.15%
B = 26.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#A8AC7B (or 0xA8AC7B) is known color: Locust. HEX triplet: A8, AC and 7B. RGB value is (168,172,123). Sum of RGB (Red+Green+Blue) = 168+172+123=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AC7B is #575384. Grayscale: #A5A5A5. Windows color (decimal): -5723013 or 8105128. OLE color: 8105128.

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

Color convert

RGB 168 172 123 -
CMYK 0.02 0 0.28 0.33
HSL 64.9º 0.23% 0.58% -
HSV(B) 64.9º 0.28% 0.67% -
XYZ 34.48 39.26 24.5 -
YUV 165.22 104.17 129.98 -
System Red Green Blue C M Y K H S L
Decimal 168 172 123 0.02 0 0.28 0.33 64.9 0.23 0.58
Hex A8 AC 7B 2 0 1C 21 41 17 3A
Octal 250 254 173 2 0 34 41 101 27 72
Binary 10101000 10101100 1111011 10 0 11100 100001 1000001 10111 111010

Color Harmonies of #A8AC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AC7B

Black with #A8AC7B

Text Example


Text Example

White with #A8AC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AC7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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