Html Css Color HEX #ACAB41 Brass

📋 copy color: '#ACAB41'

red 172 ◦ green 171 ◦ blue 65

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

Shades of Brass #ACAB41

Tints of Brass #ACAB41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.93%

R = 42.16%
G = 41.91%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#ACAB41 (or 0xACAB41) is known color: Brass. HEX triplet: AC, AB and 41. RGB value is (172,171,65). Sum of RGB (Red+Green+Blue) = 172+171+65=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 65 (25.78% from 255 or 15.93% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAB41 is #5354BE. Grayscale: #9F9F9F. Windows color (decimal): -5461183 or 4303788. OLE color: 4303788.

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

Color convert

RGB 172 171 65 -
CMYK 0 0.01 0.62 0.33
HSL 59.44º 0.45% 0.46% -
HSV(B) 59.44º 0.62% 0.67% -
XYZ 32.53 38.28 10.67 -
YUV 159.22 74.83 137.12 -
System Red Green Blue C M Y K H S L
Decimal 172 171 65 0 0.01 0.62 0.33 59.44 0.45 0.46
Hex AC AB 41 0 1 3E 21 3B 2D 2E
Octal 254 253 101 0 1 76 41 73 55 56
Binary 10101100 10101011 1000001 0 1 111110 100001 111011 101101 101110

Color Harmonies of #ACAB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAB41

Black with #ACAB41

Text Example


Text Example

White with #ACAB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAB41; }

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

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

background-color css

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

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

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

border-color css

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

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

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