Html Css Color HEX #ABA539 Brass

📋 copy color: '#ABA539'

red 171 ◦ green 165 ◦ blue 57

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

Shades of Brass #ABA539

Tints of Brass #ABA539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.5%

R = 43.51%
G = 41.98%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#ABA539 (or 0xABA539) is known color: Brass. HEX triplet: AB, A5 and 39. RGB value is (171,165,57). Sum of RGB (Red+Green+Blue) = 171+165+57=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 57 (22.66% from 255 or 14.50% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA539 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA539 is #545AC6. Grayscale: #9A9A9A. Windows color (decimal): -5528263 or 3777963. OLE color: 3777963.

HSL color Cylindrical-coordinate representation of color #ABA539: hue angle of 56.84º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ABA539 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 165 57 -
CMYK 0 0.04 0.67 0.33
HSL 56.84º 0.5% 0.45% -
HSV(B) 56.84º 0.67% 0.67% -
XYZ 30.99 35.86 9.16 -
YUV 154.48 72.99 139.78 -
System Red Green Blue C M Y K H S L
Decimal 171 165 57 0 0.04 0.67 0.33 56.84 0.5 0.45
Hex AB A5 39 0 4 43 21 39 32 2D
Octal 253 245 71 0 4 103 41 71 62 55
Binary 10101011 10100101 111001 0 100 1000011 100001 111001 110010 101101

Color Harmonies of #ABA539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA539

Black with #ABA539

Text Example


Text Example

White with #ABA539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA539; }

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

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

background-color css

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

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

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

border-color css

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

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

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