Html Css Color HEX #ACB084 Locust

📋 copy color: '#ACB084'

red 172 ◦ green 176 ◦ blue 132

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

Shades of Locust #ACB084

Tints of Locust #ACB084

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.67%

 BLUE value IS 132 (51.95% from 255) = 27.5%

R = 35.83%
G = 36.67%
B = 27.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#ACB084 (or 0xACB084) is known color: Locust. HEX triplet: AC, B0 and 84. RGB value is (172,176,132). Sum of RGB (Red+Green+Blue) = 172+176+132=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB084 is #534F7B. Grayscale: #A9A9A9. Windows color (decimal): -5459836 or 8695980. OLE color: 8695980.

HSL color Cylindrical-coordinate representation of color #ACB084: hue angle of 65.45º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACB084 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 176 132 -
CMYK 0.02 0 0.25 0.31
HSL 65.45º 0.22% 0.6% -
HSV(B) 65.45º 0.25% 0.69% -
XYZ 36.7 41.49 27.9 -
YUV 169.79 106.67 129.58 -
System Red Green Blue C M Y K H S L
Decimal 172 176 132 0.02 0 0.25 0.31 65.45 0.22 0.6
Hex AC B0 84 2 0 19 1F 41 16 3C
Octal 254 260 204 2 0 31 37 101 26 74
Binary 10101100 10110000 10000100 10 0 11001 11111 1000001 10110 111100

Color Harmonies of #ACB084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB084

Black with #ACB084

Text Example


Text Example

White with #ACB084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB084; }

 p { color: rgb(172,176,132); }

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

background-color css

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

 a { background-color: rgb(172,176,132); }

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

border-color css

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

 span { border-color: rgb(172,176,132); }

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