Html Css Color HEX #ACB37E Locust

📋 copy color: '#ACB37E'

red 172 ◦ green 179 ◦ blue 126

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

Shades of Locust #ACB37E

Tints of Locust #ACB37E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.42%

R = 36.06%
G = 37.53%
B = 26.42%

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

#ACB37E (or 0xACB37E) is known color: Locust. HEX triplet: AC, B3 and 7E. RGB value is (172,179,126). Sum of RGB (Red+Green+Blue) = 172+179+126=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB37E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB37E is #534C81. Grayscale: #ABABAB. Windows color (decimal): -5459074 or 8303532. OLE color: 8303532.

HSL color Cylindrical-coordinate representation of color #ACB37E: hue angle of 67.92º 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 #ACB37E is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 179 126 -
CMYK 0.04 0 0.30 0.30
HSL 67.92º 0.26% 0.6% -
HSV(B) 67.92º 0.3% 0.7% -
XYZ 36.9 42.52 26 -
YUV 170.87 102.68 128.81 -
System Red Green Blue C M Y K H S L
Decimal 172 179 126 0.04 0 0.30 0.30 67.92 0.26 0.6
Hex AC B3 7E 4 0 1E 1E 44 1A 3C
Octal 254 263 176 4 0 36 36 104 32 74
Binary 10101100 10110011 1111110 100 0 11110 11110 1000100 11010 111100

Color Harmonies of #ACB37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB37E

Black with #ACB37E

Text Example


Text Example

White with #ACB37E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB37E; }

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

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

background-color css

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

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

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

border-color css

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

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

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