Html Css Color HEX #ABA648 Brass

📋 copy color: '#ABA648'

red 171 ◦ green 166 ◦ blue 72

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

Shades of Brass #ABA648

Tints of Brass #ABA648

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.59%

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

R = 41.81%
G = 40.59%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#ABA648 (or 0xABA648) is known color: Brass. HEX triplet: AB, A6 and 48. RGB value is (171,166,72). Sum of RGB (Red+Green+Blue) = 171+166+72=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 72 (28.52% from 255 or 17.60% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA648 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA648 is #5459B7. Grayscale: #9D9D9D. Windows color (decimal): -5527992 or 4761259. OLE color: 4761259.

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

Color convert

RGB 171 166 72 -
CMYK 0 0.03 0.58 0.33
HSL 56.97º 0.41% 0.48% -
HSV(B) 56.97º 0.58% 0.67% -
XYZ 31.6 36.4 11.49 -
YUV 156.78 80.16 138.14 -
System Red Green Blue C M Y K H S L
Decimal 171 166 72 0 0.03 0.58 0.33 56.97 0.41 0.48
Hex AB A6 48 0 3 3A 21 39 29 30
Octal 253 246 110 0 3 72 41 71 51 60
Binary 10101011 10100110 1001000 0 11 111010 100001 111001 101001 110000

Color Harmonies of #ABA648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA648

Black with #ABA648

Text Example


Text Example

White with #ABA648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA648; }

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

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

background-color css

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

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

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

border-color css

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

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

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