Html Css Color HEX #ABA536 Brass

📋 copy color: '#ABA536'

red 171 ◦ green 165 ◦ blue 54

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

Shades of Brass #ABA536

Tints of Brass #ABA536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.85%

R = 43.85%
G = 42.31%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#ABA536 (or 0xABA536) is known color: Brass. HEX triplet: AB, A5 and 36. RGB value is (171,165,54). Sum of RGB (Red+Green+Blue) = 171+165+54=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 54 (21.48% from 255 or 13.85% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA536 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA536 is #545AC9. Grayscale: #9A9A9A. Windows color (decimal): -5528266 or 3581355. OLE color: 3581355.

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

Color convert

RGB 171 165 54 -
CMYK 0 0.04 0.68 0.33
HSL 56.92º 0.52% 0.44% -
HSV(B) 56.92º 0.68% 0.67% -
XYZ 30.92 35.83 8.78 -
YUV 154.14 71.49 140.03 -
System Red Green Blue C M Y K H S L
Decimal 171 165 54 0 0.04 0.68 0.33 56.92 0.52 0.44
Hex AB A5 36 0 4 44 21 39 34 2C
Octal 253 245 66 0 4 104 41 71 64 54
Binary 10101011 10100101 110110 0 100 1000100 100001 111001 110100 101100

Color Harmonies of #ABA536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA536

Black with #ABA536

Text Example


Text Example

White with #ABA536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA536; }

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

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

background-color css

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

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

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

border-color css

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

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

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