Html Css Color HEX #ACAB46 Brass

📋 copy color: '#ACAB46'

red 172 ◦ green 171 ◦ blue 70

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

Shades of Brass #ACAB46

Tints of Brass #ACAB46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.95%

R = 41.65%
G = 41.4%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#ACAB46 (or 0xACAB46) is known color: Brass. HEX triplet: AC, AB and 46. RGB value is (172,171,70). Sum of RGB (Red+Green+Blue) = 172+171+70=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 70 (27.73% from 255 or 16.95% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAB46 is #5354B9. Grayscale: #A0A0A0. Windows color (decimal): -5461178 or 4631468. OLE color: 4631468.

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

Color convert

RGB 172 171 70 -
CMYK 0 0.01 0.59 0.33
HSL 59.41º 0.42% 0.47% -
HSV(B) 59.41º 0.59% 0.67% -
XYZ 32.68 38.34 11.47 -
YUV 159.79 77.33 136.71 -
System Red Green Blue C M Y K H S L
Decimal 172 171 70 0 0.01 0.59 0.33 59.41 0.42 0.47
Hex AC AB 46 0 1 3B 21 3B 2A 2F
Octal 254 253 106 0 1 73 41 73 52 57
Binary 10101100 10101011 1000110 0 1 111011 100001 111011 101010 101111

Color Harmonies of #ACAB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAB46

Black with #ACAB46

Text Example


Text Example

White with #ACAB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAB46; }

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

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

background-color css

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

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

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

border-color css

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

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

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