Html Css Color HEX #ACB37D Locust

📋 copy color: '#ACB37D'

red 172 ◦ green 179 ◦ blue 125

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

Shades of Locust #ACB37D

Tints of Locust #ACB37D

RGB

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

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

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

R = 36.13%
G = 37.61%
B = 26.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#ACB37D (or 0xACB37D) is known color: Locust. HEX triplet: AC, B3 and 7D. RGB value is (172,179,125). Sum of RGB (Red+Green+Blue) = 172+179+125=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB37D is #534C82. Grayscale: #AAAAAA. Windows color (decimal): -5459075 or 8237996. OLE color: 8237996.

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

Color convert

RGB 172 179 125 -
CMYK 0.04 0 0.30 0.30
HSL 67.78º 0.26% 0.6% -
HSV(B) 67.78º 0.3% 0.7% -
XYZ 36.84 42.49 25.66 -
YUV 170.75 102.18 128.89 -
System Red Green Blue C M Y K H S L
Decimal 172 179 125 0.04 0 0.30 0.30 67.78 0.26 0.6
Hex AC B3 7D 4 0 1E 1E 44 1A 3C
Octal 254 263 175 4 0 36 36 104 32 74
Binary 10101100 10110011 1111101 100 0 11110 11110 1000100 11010 111100

Color Harmonies of #ACB37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB37D

Black with #ACB37D

Text Example


Text Example

White with #ACB37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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