Html Css Color HEX #ACB083 Locust

📋 copy color: '#ACB083'

red 172 ◦ green 176 ◦ blue 131

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

Shades of Locust #ACB083

Tints of Locust #ACB083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.35%

R = 35.91%
G = 36.74%
B = 27.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#ACB083 (or 0xACB083) is known color: Locust. HEX triplet: AC, B0 and 83. RGB value is (172,176,131). Sum of RGB (Red+Green+Blue) = 172+176+131=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB083 is #534F7C. Grayscale: #A9A9A9. Windows color (decimal): -5459837 or 8630444. OLE color: 8630444.

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

Color convert

RGB 172 176 131 -
CMYK 0.02 0 0.26 0.31
HSL 65.33º 0.22% 0.6% -
HSV(B) 65.33º 0.26% 0.69% -
XYZ 36.64 41.46 27.54 -
YUV 169.67 106.17 129.66 -
System Red Green Blue C M Y K H S L
Decimal 172 176 131 0.02 0 0.26 0.31 65.33 0.22 0.6
Hex AC B0 83 2 0 1A 1F 41 16 3C
Octal 254 260 203 2 0 32 37 101 26 74
Binary 10101100 10110000 10000011 10 0 11010 11111 1000001 10110 111100

Color Harmonies of #ACB083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB083

Black with #ACB083

Text Example


Text Example

White with #ACB083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB083; }

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

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

background-color css

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

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

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

border-color css

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

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

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