Html Css Color HEX #ABAC49 Brass

📋 copy color: '#ABAC49'

red 171 ◦ green 172 ◦ blue 73

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

Shades of Brass #ABAC49

Tints of Brass #ABAC49

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.35%

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

R = 41.11%
G = 41.35%
B = 17.55%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#ABAC49 (or 0xABAC49) is known color: Brass. HEX triplet: AB, AC and 49. RGB value is (171,172,73). Sum of RGB (Red+Green+Blue) = 171+172+73=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 73 (28.91% from 255 or 17.55% from 416); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAC49 is #5453B6. Grayscale: #A0A0A0. Windows color (decimal): -5526455 or 4828331. OLE color: 4828331.

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

Color convert

RGB 171 172 73 -
CMYK 0.01 0 0.58 0.33
HSL 60.61º 0.4% 0.48% -
HSV(B) 60.61º 0.58% 0.67% -
XYZ 32.75 38.64 12.04 -
YUV 160.42 78.67 135.55 -
System Red Green Blue C M Y K H S L
Decimal 171 172 73 0.01 0 0.58 0.33 60.61 0.4 0.48
Hex AB AC 49 1 0 3A 21 3D 28 30
Octal 253 254 111 1 0 72 41 75 50 60
Binary 10101011 10101100 1001001 1 0 111010 100001 111101 101000 110000

Color Harmonies of #ABAC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAC49

Black with #ABAC49

Text Example


Text Example

White with #ABAC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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