Html Css Color HEX #ABAB49 Brass

📋 copy color: '#ABAB49'

red 171 ◦ green 171 ◦ blue 73

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

Shades of Brass #ABAB49

Tints of Brass #ABAB49

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.2%

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

R = 41.2%
G = 41.2%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#ABAB49 (or 0xABAB49) is known color: Brass. HEX triplet: AB, AB and 49. RGB value is (171,171,73). Sum of RGB (Red+Green+Blue) = 171+171+73=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAB49 is #5454B6. Grayscale: #A0A0A0. Windows color (decimal): -5526711 or 4828075. OLE color: 4828075.

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

Color convert

RGB 171 171 73 -
CMYK 0 0 0.57 0.33
HSL 60º 0.4% 0.48% -
HSV(B) 60º 0.57% 0.67% -
XYZ 32.56 38.26 11.97 -
YUV 159.83 79 135.97 -
System Red Green Blue C M Y K H S L
Decimal 171 171 73 0 0 0.57 0.33 60 0.4 0.48
Hex AB AB 49 0 0 39 21 3C 28 30
Octal 253 253 111 0 0 71 41 74 50 60
Binary 10101011 10101011 1001001 0 0 111001 100001 111100 101000 110000

Color Harmonies of #ABAB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAB49

Black with #ABAB49

Text Example


Text Example

White with #ABAB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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