Html Css Color HEX #ABA937 Brass

📋 copy color: '#ABA937'

red 171 ◦ green 169 ◦ blue 55

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

Shades of Brass #ABA937

Tints of Brass #ABA937

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.78%

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

R = 43.29%
G = 42.78%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#ABA937 (or 0xABA937) is known color: Brass. HEX triplet: AB, A9 and 37. RGB value is (171,169,55). Sum of RGB (Red+Green+Blue) = 171+169+55=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 169 (66.41% from 255 or 42.78% from 395); Blue value is 55 (21.88% from 255 or 13.92% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA937 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA937 is #5456C8. Grayscale: #9D9D9D. Windows color (decimal): -5527241 or 3647915. OLE color: 3647915.

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

Color convert

RGB 171 169 55 -
CMYK 0 0.01 0.68 0.33
HSL 58.97º 0.51% 0.44% -
HSV(B) 58.97º 0.68% 0.67% -
XYZ 31.67 37.31 9.15 -
YUV 156.6 70.66 138.27 -
System Red Green Blue C M Y K H S L
Decimal 171 169 55 0 0.01 0.68 0.33 58.97 0.51 0.44
Hex AB A9 37 0 1 44 21 3B 33 2C
Octal 253 251 67 0 1 104 41 73 63 54
Binary 10101011 10101001 110111 0 1 1000100 100001 111011 110011 101100

Color Harmonies of #ABA937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA937

Black with #ABA937

Text Example


Text Example

White with #ABA937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA937; }

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

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

background-color css

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

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

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

border-color css

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

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

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