Html Css Color HEX #ACAB73 Locust

📋 copy color: '#ACAB73'

red 172 ◦ green 171 ◦ blue 115

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

Shades of Locust #ACAB73

Tints of Locust #ACAB73

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.34%

 BLUE value IS 115 (45.31% from 255) = 25.11%

R = 37.55%
G = 37.34%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#ACAB73 (or 0xACAB73) is known color: Locust. HEX triplet: AC, AB and 73. RGB value is (172,171,115). Sum of RGB (Red+Green+Blue) = 172+171+115=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB73 is #53548C. Grayscale: #A5A5A5. Windows color (decimal): -5461133 or 7580588. OLE color: 7580588.

HSL color Cylindrical-coordinate representation of color #ACAB73: hue angle of 58.95º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACAB73 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 171 115 -
CMYK 0 0.01 0.33 0.33
HSL 58.95º 0.26% 0.56% -
HSV(B) 58.95º 0.33% 0.67% -
XYZ 34.67 39.13 21.95 -
YUV 164.92 99.83 133.05 -
System Red Green Blue C M Y K H S L
Decimal 172 171 115 0 0.01 0.33 0.33 58.95 0.26 0.56
Hex AC AB 73 0 1 21 21 3B 1A 38
Octal 254 253 163 0 1 41 41 73 32 70
Binary 10101100 10101011 1110011 0 1 100001 100001 111011 11010 111000

Color Harmonies of #ACAB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAB73

Black with #ACAB73

Text Example


Text Example

White with #ACAB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAB73; }

 p { color: rgb(172,171,115); }

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

background-color css

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

 a { background-color: rgb(172,171,115); }

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

border-color css

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

 span { border-color: rgb(172,171,115); }

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