Html Css Color HEX #ABA848 Brass

📋 copy color: '#ABA848'

red 171 ◦ green 168 ◦ blue 72

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

Shades of Brass #ABA848

Tints of Brass #ABA848

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.88%

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

R = 41.61%
G = 40.88%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#ABA848 (or 0xABA848) is known color: Brass. HEX triplet: AB, A8 and 48. RGB value is (171,168,72). Sum of RGB (Red+Green+Blue) = 171+168+72=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 72 (28.52% from 255 or 17.52% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA848 is #5457B7. Grayscale: #9E9E9E. Windows color (decimal): -5527480 or 4761771. OLE color: 4761771.

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

Color convert

RGB 171 168 72 -
CMYK 0 0.02 0.58 0.33
HSL 58.18º 0.41% 0.48% -
HSV(B) 58.18º 0.58% 0.67% -
XYZ 31.97 37.13 11.61 -
YUV 157.95 79.49 137.31 -
System Red Green Blue C M Y K H S L
Decimal 171 168 72 0 0.02 0.58 0.33 58.18 0.41 0.48
Hex AB A8 48 0 2 3A 21 3A 29 30
Octal 253 250 110 0 2 72 41 72 51 60
Binary 10101011 10101000 1001000 0 10 111010 100001 111010 101001 110000

Color Harmonies of #ABA848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA848

Black with #ABA848

Text Example


Text Example

White with #ABA848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA848; }

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

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

background-color css

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

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

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

border-color css

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

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

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