Html Css Color HEX #ACB081 Locust

📋 copy color: '#ACB081'

red 172 ◦ green 176 ◦ blue 129

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

Shades of Locust #ACB081

Tints of Locust #ACB081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.04%

R = 36.06%
G = 36.9%
B = 27.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#ACB081 (or 0xACB081) is known color: Locust. HEX triplet: AC, B0 and 81. RGB value is (172,176,129). Sum of RGB (Red+Green+Blue) = 172+176+129=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB081 is #534F7E. Grayscale: #A9A9A9. Windows color (decimal): -5459839 or 8499372. OLE color: 8499372.

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

Color convert

RGB 172 176 129 -
CMYK 0.02 0 0.27 0.31
HSL 65.11º 0.23% 0.6% -
HSV(B) 65.11º 0.27% 0.69% -
XYZ 36.5 41.41 26.84 -
YUV 169.45 105.17 129.82 -
System Red Green Blue C M Y K H S L
Decimal 172 176 129 0.02 0 0.27 0.31 65.11 0.23 0.6
Hex AC B0 81 2 0 1B 1F 41 17 3C
Octal 254 260 201 2 0 33 37 101 27 74
Binary 10101100 10110000 10000001 10 0 11011 11111 1000001 10111 111100

Color Harmonies of #ACB081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB081

Black with #ACB081

Text Example


Text Example

White with #ACB081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB081; }

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

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

background-color css

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

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

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

border-color css

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

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

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