Html Css Color HEX #ABAC48 Brass

📋 copy color: '#ABAC48'

red 171 ◦ green 172 ◦ blue 72

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

Shades of Brass #ABAC48

Tints of Brass #ABAC48

RGB

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

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

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

R = 41.2%
G = 41.45%
B = 17.35%

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

#ABAC48 (or 0xABAC48) is known color: Brass. HEX triplet: AB, AC and 48. RGB value is (171,172,72). Sum of RGB (Red+Green+Blue) = 171+172+72=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 72 (28.52% from 255 or 17.35% from 415); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAC48 is #5453B7. Grayscale: #A0A0A0. Windows color (decimal): -5526456 or 4762795. OLE color: 4762795.

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

Color convert

RGB 171 172 72 -
CMYK 0.01 0 0.58 0.33
HSL 60.6º 0.41% 0.48% -
HSV(B) 60.6º 0.58% 0.67% -
XYZ 32.72 38.63 11.86 -
YUV 160.3 78.17 135.63 -
System Red Green Blue C M Y K H S L
Decimal 171 172 72 0.01 0 0.58 0.33 60.6 0.41 0.48
Hex AB AC 48 1 0 3A 21 3D 29 30
Octal 253 254 110 1 0 72 41 75 51 60
Binary 10101011 10101100 1001000 1 0 111010 100001 111101 101001 110000

Color Harmonies of #ABAC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAC48

Black with #ABAC48

Text Example


Text Example

White with #ABAC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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