Html Css Color HEX #ACAB37 Brass

📋 copy color: '#ACAB37'

red 172 ◦ green 171 ◦ blue 55

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

Shades of Brass #ACAB37

Tints of Brass #ACAB37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.82%

R = 43.22%
G = 42.96%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#ACAB37 (or 0xACAB37) is known color: Brass. HEX triplet: AC, AB and 37. RGB value is (172,171,55). Sum of RGB (Red+Green+Blue) = 172+171+55=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 55 (21.88% from 255 or 13.82% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAB37 is #5354C8. Grayscale: #9E9E9E. Windows color (decimal): -5461193 or 3648428. OLE color: 3648428.

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

Color convert

RGB 172 171 55 -
CMYK 0 0.01 0.68 0.33
HSL 59.49º 0.52% 0.45% -
HSV(B) 59.49º 0.68% 0.67% -
XYZ 32.27 38.17 9.28 -
YUV 158.08 69.83 137.93 -
System Red Green Blue C M Y K H S L
Decimal 172 171 55 0 0.01 0.68 0.33 59.49 0.52 0.45
Hex AC AB 37 0 1 44 21 3B 34 2D
Octal 254 253 67 0 1 104 41 73 64 55
Binary 10101100 10101011 110111 0 1 1000100 100001 111011 110100 101101

Color Harmonies of #ACAB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAB37

Black with #ACAB37

Text Example


Text Example

White with #ACAB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAB37; }

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

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

background-color css

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

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

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

border-color css

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

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

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