Html Css Color HEX #ABA137 Brass

📋 copy color: '#ABA137'

red 171 ◦ green 161 ◦ blue 55

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

Shades of Brass #ABA137

Tints of Brass #ABA137

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.6%

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

R = 44.19%
G = 41.6%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#ABA137 (or 0xABA137) is known color: Brass. HEX triplet: AB, A1 and 37. RGB value is (171,161,55). Sum of RGB (Red+Green+Blue) = 171+161+55=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 55 (21.88% from 255 or 14.21% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA137 is #545EC8. Grayscale: #989898. Windows color (decimal): -5529289 or 3645867. OLE color: 3645867.

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

Color convert

RGB 171 161 55 -
CMYK 0 0.06 0.68 0.33
HSL 54.83º 0.51% 0.44% -
HSV(B) 54.83º 0.68% 0.67% -
XYZ 30.23 34.42 8.67 -
YUV 151.91 73.31 141.62 -
System Red Green Blue C M Y K H S L
Decimal 171 161 55 0 0.06 0.68 0.33 54.83 0.51 0.44
Hex AB A1 37 0 6 44 21 37 33 2C
Octal 253 241 67 0 6 104 41 67 63 54
Binary 10101011 10100001 110111 0 110 1000100 100001 110111 110011 101100

Color Harmonies of #ABA137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA137

Black with #ABA137

Text Example


Text Example

White with #ABA137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA137; }

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

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

background-color css

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

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

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

border-color css

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

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

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