Html Css Color HEX #ACB37F Locust

📋 copy color: '#ACB37F'

red 172 ◦ green 179 ◦ blue 127

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

Shades of Locust #ACB37F

Tints of Locust #ACB37F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.45%

 BLUE value IS 127 (50% from 255) = 26.57%

R = 35.98%
G = 37.45%
B = 26.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#ACB37F (or 0xACB37F) is known color: Locust. HEX triplet: AC, B3 and 7F. RGB value is (172,179,127). Sum of RGB (Red+Green+Blue) = 172+179+127=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB37F is #534C80. Grayscale: #ABABAB. Windows color (decimal): -5459073 or 8369068. OLE color: 8369068.

HSL color Cylindrical-coordinate representation of color #ACB37F: hue angle of 68.08º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACB37F is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 179 127 -
CMYK 0.04 0 0.29 0.30
HSL 68.08º 0.25% 0.6% -
HSV(B) 68.08º 0.29% 0.7% -
XYZ 36.96 42.54 26.34 -
YUV 170.98 103.18 128.73 -
System Red Green Blue C M Y K H S L
Decimal 172 179 127 0.04 0 0.29 0.30 68.08 0.25 0.6
Hex AC B3 7F 4 0 1D 1E 44 19 3C
Octal 254 263 177 4 0 35 36 104 31 74
Binary 10101100 10110011 1111111 100 0 11101 11110 1000100 11001 111100

Color Harmonies of #ACB37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB37F

Black with #ACB37F

Text Example


Text Example

White with #ACB37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB37F; }

 p { color: rgb(172,179,127); }

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

background-color css

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

 a { background-color: rgb(172,179,127); }

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

border-color css

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

 span { border-color: rgb(172,179,127); }

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