Html Css Color HEX #ACB17B Locust

📋 copy color: '#ACB17B'

red 172 ◦ green 177 ◦ blue 123

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

Shades of Locust #ACB17B

Tints of Locust #ACB17B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.06%

R = 36.44%
G = 37.5%
B = 26.06%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#ACB17B (or 0xACB17B) is known color: Locust. HEX triplet: AC, B1 and 7B. RGB value is (172,177,123). Sum of RGB (Red+Green+Blue) = 172+177+123=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB17B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB17B is #534E84. Grayscale: #A9A9A9. Windows color (decimal): -5459589 or 8106412. OLE color: 8106412.

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

Color convert

RGB 172 177 123 -
CMYK 0.03 0 0.31 0.31
HSL 65.56º 0.26% 0.59% -
HSV(B) 65.56º 0.31% 0.69% -
XYZ 36.31 41.65 24.86 -
YUV 169.35 101.84 129.89 -
System Red Green Blue C M Y K H S L
Decimal 172 177 123 0.03 0 0.31 0.31 65.56 0.26 0.59
Hex AC B1 7B 3 0 1F 1F 42 1A 3B
Octal 254 261 173 3 0 37 37 102 32 73
Binary 10101100 10110001 1111011 11 0 11111 11111 1000010 11010 111011

Color Harmonies of #ACB17B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB17B

Black with #ACB17B

Text Example


Text Example

White with #ACB17B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB17B; }

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

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

background-color css

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

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

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

border-color css

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

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

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