Html Css Color HEX #ABA548 Brass

📋 copy color: '#ABA548'

red 171 ◦ green 165 ◦ blue 72

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

Shades of Brass #ABA548

Tints of Brass #ABA548

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.44%

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

R = 41.91%
G = 40.44%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#ABA548 (or 0xABA548) is known color: Brass. HEX triplet: AB, A5 and 48. RGB value is (171,165,72). Sum of RGB (Red+Green+Blue) = 171+165+72=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 72 (28.52% from 255 or 17.65% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA548 is #545AB7. Grayscale: #9C9C9C. Windows color (decimal): -5528248 or 4761003. OLE color: 4761003.

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

Color convert

RGB 171 165 72 -
CMYK 0 0.04 0.58 0.33
HSL 56.36º 0.41% 0.48% -
HSV(B) 56.36º 0.58% 0.67% -
XYZ 31.42 36.04 11.43 -
YUV 156.19 80.49 138.56 -
System Red Green Blue C M Y K H S L
Decimal 171 165 72 0 0.04 0.58 0.33 56.36 0.41 0.48
Hex AB A5 48 0 4 3A 21 38 29 30
Octal 253 245 110 0 4 72 41 70 51 60
Binary 10101011 10100101 1001000 0 100 111010 100001 111000 101001 110000

Color Harmonies of #ABA548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA548

Black with #ABA548

Text Example


Text Example

White with #ABA548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA548; }

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

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

background-color css

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

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

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

border-color css

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

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

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