Html Css Color HEX #ABA048 Brass

📋 copy color: '#ABA048'

red 171 ◦ green 160 ◦ blue 72

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

Shades of Brass #ABA048

Tints of Brass #ABA048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.87%

R = 42.43%
G = 39.7%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#ABA048 (or 0xABA048) is known color: Brass. HEX triplet: AB, A0 and 48. RGB value is (171,160,72). Sum of RGB (Red+Green+Blue) = 171+160+72=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 72 (28.52% from 255 or 17.87% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA048 is #545FB7. Grayscale: #999999. Windows color (decimal): -5529528 or 4759723. OLE color: 4759723.

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

Color convert

RGB 171 160 72 -
CMYK 0 0.06 0.58 0.33
HSL 53.33º 0.41% 0.48% -
HSV(B) 53.33º 0.58% 0.67% -
XYZ 30.54 34.27 11.14 -
YUV 153.26 82.14 140.66 -
System Red Green Blue C M Y K H S L
Decimal 171 160 72 0 0.06 0.58 0.33 53.33 0.41 0.48
Hex AB A0 48 0 6 3A 21 35 29 30
Octal 253 240 110 0 6 72 41 65 51 60
Binary 10101011 10100000 1001000 0 110 111010 100001 110101 101001 110000

Color Harmonies of #ABA048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA048

Black with #ABA048

Text Example


Text Example

White with #ABA048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA048; }

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

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

background-color css

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

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

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

border-color css

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

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

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