Html Css Color HEX #ACB17D Locust

📋 copy color: '#ACB17D'

red 172 ◦ green 177 ◦ blue 125

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

Shades of Locust #ACB17D

Tints of Locust #ACB17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.37%

R = 36.29%
G = 37.34%
B = 26.37%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#ACB17D (or 0xACB17D) is known color: Locust. HEX triplet: AC, B1 and 7D. RGB value is (172,177,125). Sum of RGB (Red+Green+Blue) = 172+177+125=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB17D is #534E82. Grayscale: #A9A9A9. Windows color (decimal): -5459587 or 8237484. OLE color: 8237484.

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

Color convert

RGB 172 177 125 -
CMYK 0.03 0 0.29 0.31
HSL 65.77º 0.25% 0.59% -
HSV(B) 65.77º 0.29% 0.69% -
XYZ 36.44 41.7 25.53 -
YUV 169.58 102.84 129.73 -
System Red Green Blue C M Y K H S L
Decimal 172 177 125 0.03 0 0.29 0.31 65.77 0.25 0.59
Hex AC B1 7D 3 0 1D 1F 42 19 3B
Octal 254 261 175 3 0 35 37 102 31 73
Binary 10101100 10110001 1111101 11 0 11101 11111 1000010 11001 111011

Color Harmonies of #ACB17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB17D

Black with #ACB17D

Text Example


Text Example

White with #ACB17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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