Html Css Color HEX #ABA148 Brass

📋 copy color: '#ABA148'

red 171 ◦ green 161 ◦ blue 72

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

Shades of Brass #ABA148

Tints of Brass #ABA148

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.85%

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

R = 42.33%
G = 39.85%
B = 17.82%

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

#ABA148 (or 0xABA148) is known color: Brass. HEX triplet: AB, A1 and 48. RGB value is (171,161,72). Sum of RGB (Red+Green+Blue) = 171+161+72=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA148 is #545EB7. Grayscale: #9A9A9A. Windows color (decimal): -5529272 or 4759979. OLE color: 4759979.

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

Color convert

RGB 171 161 72 -
CMYK 0 0.06 0.58 0.33
HSL 53.94º 0.41% 0.48% -
HSV(B) 53.94º 0.58% 0.67% -
XYZ 30.71 34.62 11.19 -
YUV 153.84 81.81 140.24 -
System Red Green Blue C M Y K H S L
Decimal 171 161 72 0 0.06 0.58 0.33 53.94 0.41 0.48
Hex AB A1 48 0 6 3A 21 36 29 30
Octal 253 241 110 0 6 72 41 66 51 60
Binary 10101011 10100001 1001000 0 110 111010 100001 110110 101001 110000

Color Harmonies of #ABA148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA148

Black with #ABA148

Text Example


Text Example

White with #ABA148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA148; }

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

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

background-color css

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

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

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

border-color css

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

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

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