Html Css Color HEX #A8AC72 Locust

📋 copy color: '#A8AC72'

red 168 ◦ green 172 ◦ blue 114

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

Shades of Locust #A8AC72

Tints of Locust #A8AC72

RGB

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

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

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

R = 37%
G = 37.89%
B = 25.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#A8AC72 (or 0xA8AC72) is known color: Locust. HEX triplet: A8, AC and 72. RGB value is (168,172,114). Sum of RGB (Red+Green+Blue) = 168+172+114=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AC72 is #57538D. Grayscale: #A4A4A4. Windows color (decimal): -5723022 or 7515304. OLE color: 7515304.

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

Color convert

RGB 168 172 114 -
CMYK 0.02 0 0.34 0.33
HSL 64.14º 0.26% 0.56% -
HSV(B) 64.14º 0.34% 0.67% -
XYZ 33.94 39.04 21.67 -
YUV 164.19 99.67 130.72 -
System Red Green Blue C M Y K H S L
Decimal 168 172 114 0.02 0 0.34 0.33 64.14 0.26 0.56
Hex A8 AC 72 2 0 22 21 40 1A 38
Octal 250 254 162 2 0 42 41 100 32 70
Binary 10101000 10101100 1110010 10 0 100010 100001 1000000 11010 111000

Color Harmonies of #A8AC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AC72

Black with #A8AC72

Text Example


Text Example

White with #A8AC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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