Html Css Color HEX #ABA949 Brass

📋 copy color: '#ABA949'

red 171 ◦ green 169 ◦ blue 73

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

Shades of Brass #ABA949

Tints of Brass #ABA949

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.92%

 BLUE value IS 73 (28.91% from 255) = 17.68%

R = 41.4%
G = 40.92%
B = 17.68%

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

#ABA949 (or 0xABA949) is known color: Brass. HEX triplet: AB, A9 and 49. RGB value is (171,169,73). Sum of RGB (Red+Green+Blue) = 171+169+73=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 73 (28.91% from 255 or 17.68% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA949 is #5456B6. Grayscale: #9F9F9F. Windows color (decimal): -5527223 or 4827563. OLE color: 4827563.

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

Color convert

RGB 171 169 73 -
CMYK 0 0.01 0.57 0.33
HSL 58.78º 0.4% 0.48% -
HSV(B) 58.78º 0.57% 0.67% -
XYZ 32.19 37.51 11.85 -
YUV 158.65 79.66 136.81 -
System Red Green Blue C M Y K H S L
Decimal 171 169 73 0 0.01 0.57 0.33 58.78 0.4 0.48
Hex AB A9 49 0 1 39 21 3B 28 30
Octal 253 251 111 0 1 71 41 73 50 60
Binary 10101011 10101001 1001001 0 1 111001 100001 111011 101000 110000

Color Harmonies of #ABA949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA949

Black with #ABA949

Text Example


Text Example

White with #ABA949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA949; }

 p { color: rgb(171,169,73); }

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

background-color css

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

 a { background-color: rgb(171,169,73); }

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

border-color css

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

 span { border-color: rgb(171,169,73); }

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