Html Css Color HEX #ABA046 Brass

📋 copy color: '#ABA046'

red 171 ◦ green 160 ◦ blue 70

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

Shades of Brass #ABA046

Tints of Brass #ABA046

RGB

 RED value IS 171 (67.19% from 255) = 42.64%

 GREEN value IS 160 (62.89% from 255) = 39.9%

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

R = 42.64%
G = 39.9%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#ABA046 (or 0xABA046) is known color: Brass. HEX triplet: AB, A0 and 46. RGB value is (171,160,70). Sum of RGB (Red+Green+Blue) = 171+160+70=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 70 (27.73% from 255 or 17.46% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA046 is #545FB9. Grayscale: #999999. Windows color (decimal): -5529530 or 4628651. OLE color: 4628651.

HSL color Cylindrical-coordinate representation of color #ABA046: hue angle of 53.47º 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 #ABA046 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 160 70 -
CMYK 0 0.06 0.59 0.33
HSL 53.47º 0.42% 0.47% -
HSV(B) 53.47º 0.59% 0.67% -
XYZ 30.47 34.24 10.8 -
YUV 153.03 81.14 140.82 -
System Red Green Blue C M Y K H S L
Decimal 171 160 70 0 0.06 0.59 0.33 53.47 0.42 0.47
Hex AB A0 46 0 6 3B 21 35 2A 2F
Octal 253 240 106 0 6 73 41 65 52 57
Binary 10101011 10100000 1000110 0 110 111011 100001 110101 101010 101111

Color Harmonies of #ABA046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA046

Black with #ABA046

Text Example


Text Example

White with #ABA046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA046; }

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

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

background-color css

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

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

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

border-color css

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

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

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