Html Css Color HEX #ACAB4A Brass

📋 copy color: '#ACAB4A'

red 172 ◦ green 171 ◦ blue 74

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

Shades of Brass #ACAB4A

Tints of Brass #ACAB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.75%

R = 41.25%
G = 41.01%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#ACAB4A (or 0xACAB4A) is known color: Brass. HEX triplet: AC, AB and 4A. RGB value is (172,171,74). Sum of RGB (Red+Green+Blue) = 172+171+74=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAB4A is #5354B5. Grayscale: #A0A0A0. Windows color (decimal): -5461174 or 4893612. OLE color: 4893612.

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

Color convert

RGB 172 171 74 -
CMYK 0 0.01 0.57 0.33
HSL 59.39º 0.4% 0.48% -
HSV(B) 59.39º 0.57% 0.67% -
XYZ 32.81 38.39 12.16 -
YUV 160.24 79.33 136.39 -
System Red Green Blue C M Y K H S L
Decimal 172 171 74 0 0.01 0.57 0.33 59.39 0.4 0.48
Hex AC AB 4A 0 1 39 21 3B 28 30
Octal 254 253 112 0 1 71 41 73 50 60
Binary 10101100 10101011 1001010 0 1 111001 100001 111011 101000 110000

Color Harmonies of #ACAB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAB4A

Black with #ACAB4A

Text Example


Text Example

White with #ACAB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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