Html Css Color HEX #ABAA48 Brass

📋 copy color: '#ABAA48'

red 171 ◦ green 170 ◦ blue 72

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

Shades of Brass #ABAA48

Tints of Brass #ABAA48

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.16%

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

R = 41.4%
G = 41.16%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#ABAA48 (or 0xABAA48) is known color: Brass. HEX triplet: AB, AA and 48. RGB value is (171,170,72). Sum of RGB (Red+Green+Blue) = 171+170+72=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAA48 is #5455B7. Grayscale: #9F9F9F. Windows color (decimal): -5526968 or 4762283. OLE color: 4762283.

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

Color convert

RGB 171 170 72 -
CMYK 0 0.01 0.58 0.33
HSL 59.39º 0.41% 0.48% -
HSV(B) 59.39º 0.58% 0.67% -
XYZ 32.34 37.88 11.74 -
YUV 159.13 78.83 136.47 -
System Red Green Blue C M Y K H S L
Decimal 171 170 72 0 0.01 0.58 0.33 59.39 0.41 0.48
Hex AB AA 48 0 1 3A 21 3B 29 30
Octal 253 252 110 0 1 72 41 73 51 60
Binary 10101011 10101010 1001000 0 1 111010 100001 111011 101001 110000

Color Harmonies of #ABAA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAA48

Black with #ABAA48

Text Example


Text Example

White with #ABAA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAA48; }

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

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

background-color css

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

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

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

border-color css

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

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

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