Html Css Color HEX #ACB47B Locust

📋 copy color: '#ACB47B'

red 172 ◦ green 180 ◦ blue 123

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

Shades of Locust #ACB47B

Tints of Locust #ACB47B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.89%

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

R = 36.21%
G = 37.89%
B = 25.89%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#ACB47B (or 0xACB47B) is known color: Locust. HEX triplet: AC, B4 and 7B. RGB value is (172,180,123). Sum of RGB (Red+Green+Blue) = 172+180+123=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB47B is #534B84. Grayscale: #ABABAB. Windows color (decimal): -5458821 or 8107180. OLE color: 8107180.

HSL color Cylindrical-coordinate representation of color #ACB47B: hue angle of 68.42º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACB47B is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 180 123 -
CMYK 0.04 0 0.32 0.29
HSL 68.42º 0.28% 0.59% -
HSV(B) 68.42º 0.32% 0.71% -
XYZ 36.91 42.84 25.06 -
YUV 171.11 100.85 128.63 -
System Red Green Blue C M Y K H S L
Decimal 172 180 123 0.04 0 0.32 0.29 68.42 0.28 0.59
Hex AC B4 7B 4 0 20 1D 44 1C 3B
Octal 254 264 173 4 0 40 35 104 34 73
Binary 10101100 10110100 1111011 100 0 100000 11101 1000100 11100 111011

Color Harmonies of #ACB47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB47B

Black with #ACB47B

Text Example


Text Example

White with #ACB47B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB47B; }

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

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

background-color css

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

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

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

border-color css

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

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

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