Html Css Color HEX #ABA546 Brass

📋 copy color: '#ABA546'

red 171 ◦ green 165 ◦ blue 70

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

Shades of Brass #ABA546

Tints of Brass #ABA546

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.64%

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

R = 42.12%
G = 40.64%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#ABA546 (or 0xABA546) is known color: Brass. HEX triplet: AB, A5 and 46. RGB value is (171,165,70). Sum of RGB (Red+Green+Blue) = 171+165+70=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 70 (27.73% from 255 or 17.24% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA546 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA546 is #545AB9. Grayscale: #9C9C9C. Windows color (decimal): -5528250 or 4629931. OLE color: 4629931.

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

Color convert

RGB 171 165 70 -
CMYK 0 0.04 0.59 0.33
HSL 56.44º 0.42% 0.47% -
HSV(B) 56.44º 0.59% 0.67% -
XYZ 31.36 36.01 11.09 -
YUV 155.96 79.49 138.72 -
System Red Green Blue C M Y K H S L
Decimal 171 165 70 0 0.04 0.59 0.33 56.44 0.42 0.47
Hex AB A5 46 0 4 3B 21 38 2A 2F
Octal 253 245 106 0 4 73 41 70 52 57
Binary 10101011 10100101 1000110 0 100 111011 100001 111000 101010 101111

Color Harmonies of #ABA546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA546

Black with #ABA546

Text Example


Text Example

White with #ABA546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA546; }

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

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

background-color css

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

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

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

border-color css

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

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

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