Html Css Color HEX #ACB472 Locust

📋 copy color: '#ACB472'

red 172 ◦ green 180 ◦ blue 114

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

Shades of Locust #ACB472

Tints of Locust #ACB472

RGB

 RED value IS 172 (67.58% from 255) = 36.91%

 GREEN value IS 180 (70.7% from 255) = 38.63%

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

R = 36.91%
G = 38.63%
B = 24.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#ACB472 (or 0xACB472) is known color: Locust. HEX triplet: AC, B4 and 72. RGB value is (172,180,114). Sum of RGB (Red+Green+Blue) = 172+180+114=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB472 is #534B8D. Grayscale: #AAAAAA. Windows color (decimal): -5458830 or 7517356. OLE color: 7517356.

HSL color Cylindrical-coordinate representation of color #ACB472: hue angle of 67.27º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACB472 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 180 114 -
CMYK 0.04 0 0.37 0.29
HSL 67.27º 0.31% 0.58% -
HSV(B) 67.27º 0.37% 0.71% -
XYZ 36.37 42.63 22.23 -
YUV 170.08 96.35 129.37 -
System Red Green Blue C M Y K H S L
Decimal 172 180 114 0.04 0 0.37 0.29 67.27 0.31 0.58
Hex AC B4 72 4 0 25 1D 43 1F 3A
Octal 254 264 162 4 0 45 35 103 37 72
Binary 10101100 10110100 1110010 100 0 100101 11101 1000011 11111 111010

Color Harmonies of #ACB472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB472

Black with #ACB472

Text Example


Text Example

White with #ACB472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB472; }

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

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

background-color css

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

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

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

border-color css

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

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

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