Html Css Color HEX #ACB475 Locust

📋 copy color: '#ACB475'

red 172 ◦ green 180 ◦ blue 117

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

Shades of Locust #ACB475

Tints of Locust #ACB475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.95%

R = 36.67%
G = 38.38%
B = 24.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#ACB475 (or 0xACB475) is known color: Locust. HEX triplet: AC, B4 and 75. RGB value is (172,180,117). Sum of RGB (Red+Green+Blue) = 172+180+117=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB475 is #534B8A. Grayscale: #AAAAAA. Windows color (decimal): -5458827 or 7713964. OLE color: 7713964.

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

Color convert

RGB 172 180 117 -
CMYK 0.04 0 0.35 0.29
HSL 67.62º 0.3% 0.58% -
HSV(B) 67.62º 0.35% 0.71% -
XYZ 36.55 42.7 23.14 -
YUV 170.43 97.85 129.12 -
System Red Green Blue C M Y K H S L
Decimal 172 180 117 0.04 0 0.35 0.29 67.62 0.3 0.58
Hex AC B4 75 4 0 23 1D 44 1E 3A
Octal 254 264 165 4 0 43 35 104 36 72
Binary 10101100 10110100 1110101 100 0 100011 11101 1000100 11110 111010

Color Harmonies of #ACB475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB475

Black with #ACB475

Text Example


Text Example

White with #ACB475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB475; }

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

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

background-color css

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

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

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

border-color css

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

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

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