Html Css Color HEX #ABA349 Brass

📋 copy color: '#ABA349'

red 171 ◦ green 163 ◦ blue 73

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

Shades of Brass #ABA349

Tints of Brass #ABA349

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.05%

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

R = 42.01%
G = 40.05%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#ABA349 (or 0xABA349) is known color: Brass. HEX triplet: AB, A3 and 49. RGB value is (171,163,73). Sum of RGB (Red+Green+Blue) = 171+163+73=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA349 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA349 is #545CB6. Grayscale: #9B9B9B. Windows color (decimal): -5528759 or 4826027. OLE color: 4826027.

HSL color Cylindrical-coordinate representation of color #ABA349: hue angle of 55.1º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ABA349 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 163 73 -
CMYK 0 0.05 0.57 0.33
HSL 55.1º 0.4% 0.48% -
HSV(B) 55.1º 0.57% 0.67% -
XYZ 31.09 35.33 11.48 -
YUV 155.13 81.65 139.32 -
System Red Green Blue C M Y K H S L
Decimal 171 163 73 0 0.05 0.57 0.33 55.1 0.4 0.48
Hex AB A3 49 0 5 39 21 37 28 30
Octal 253 243 111 0 5 71 41 67 50 60
Binary 10101011 10100011 1001001 0 101 111001 100001 110111 101000 110000

Color Harmonies of #ABA349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA349

Black with #ABA349

Text Example


Text Example

White with #ABA349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA349; }

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

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

background-color css

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

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

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

border-color css

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

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

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