Html Css Color HEX #ACB17C Locust

📋 copy color: '#ACB17C'

red 172 ◦ green 177 ◦ blue 124

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

Shades of Locust #ACB17C

Tints of Locust #ACB17C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.42%

 BLUE value IS 124 (48.83% from 255) = 26.22%

R = 36.36%
G = 37.42%
B = 26.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#ACB17C (or 0xACB17C) is known color: Locust. HEX triplet: AC, B1 and 7C. RGB value is (172,177,124). Sum of RGB (Red+Green+Blue) = 172+177+124=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB17C is #534E83. Grayscale: #A9A9A9. Windows color (decimal): -5459588 or 8171948. OLE color: 8171948.

HSL color Cylindrical-coordinate representation of color #ACB17C: hue angle of 65.66º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACB17C is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 177 124 -
CMYK 0.03 0 0.30 0.31
HSL 65.66º 0.25% 0.59% -
HSV(B) 65.66º 0.3% 0.69% -
XYZ 36.37 41.67 25.19 -
YUV 169.46 102.34 129.81 -
System Red Green Blue C M Y K H S L
Decimal 172 177 124 0.03 0 0.30 0.31 65.66 0.25 0.59
Hex AC B1 7C 3 0 1E 1F 42 19 3B
Octal 254 261 174 3 0 36 37 102 31 73
Binary 10101100 10110001 1111100 11 0 11110 11111 1000010 11001 111011

Color Harmonies of #ACB17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB17C

Black with #ACB17C

Text Example


Text Example

White with #ACB17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB17C; }

 p { color: rgb(172,177,124); }

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

background-color css

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

 a { background-color: rgb(172,177,124); }

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

border-color css

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

 span { border-color: rgb(172,177,124); }

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