Html Css Color HEX #ABA837 Brass

📋 copy color: '#ABA837'

red 171 ◦ green 168 ◦ blue 55

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

Shades of Brass #ABA837

Tints of Brass #ABA837

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.96%

R = 43.4%
G = 42.64%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#ABA837 (or 0xABA837) is known color: Brass. HEX triplet: AB, A8 and 37. RGB value is (171,168,55). Sum of RGB (Red+Green+Blue) = 171+168+55=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 55 (21.88% from 255 or 13.96% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA837 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA837 is #5457C8. Grayscale: #9C9C9C. Windows color (decimal): -5527497 or 3647659. OLE color: 3647659.

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

Color convert

RGB 171 168 55 -
CMYK 0 0.02 0.68 0.33
HSL 58.45º 0.51% 0.44% -
HSV(B) 58.45º 0.68% 0.67% -
XYZ 31.49 36.94 9.08 -
YUV 156.02 70.99 138.69 -
System Red Green Blue C M Y K H S L
Decimal 171 168 55 0 0.02 0.68 0.33 58.45 0.51 0.44
Hex AB A8 37 0 2 44 21 3A 33 2C
Octal 253 250 67 0 2 104 41 72 63 54
Binary 10101011 10101000 110111 0 10 1000100 100001 111010 110011 101100

Color Harmonies of #ABA837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA837

Black with #ABA837

Text Example


Text Example

White with #ABA837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA837; }

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

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

background-color css

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

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

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

border-color css

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

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

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