Html Css Color HEX #ABA941 Brass

📋 copy color: '#ABA941'

red 171 ◦ green 169 ◦ blue 65

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

Shades of Brass #ABA941

Tints of Brass #ABA941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.05%

R = 42.22%
G = 41.73%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#ABA941 (or 0xABA941) is known color: Brass. HEX triplet: AB, A9 and 41. RGB value is (171,169,65). Sum of RGB (Red+Green+Blue) = 171+169+65=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 169 (66.41% from 255 or 41.73% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA941 is #5456BE. Grayscale: #9E9E9E. Windows color (decimal): -5527231 or 4303275. OLE color: 4303275.

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

Color convert

RGB 171 169 65 -
CMYK 0 0.01 0.62 0.33
HSL 58.87º 0.45% 0.46% -
HSV(B) 58.87º 0.62% 0.67% -
XYZ 31.94 37.42 10.54 -
YUV 157.74 75.66 137.46 -
System Red Green Blue C M Y K H S L
Decimal 171 169 65 0 0.01 0.62 0.33 58.87 0.45 0.46
Hex AB A9 41 0 1 3E 21 3B 2D 2E
Octal 253 251 101 0 1 76 41 73 55 56
Binary 10101011 10101001 1000001 0 1 111110 100001 111011 101101 101110

Color Harmonies of #ABA941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA941

Black with #ABA941

Text Example


Text Example

White with #ABA941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA941; }

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

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

background-color css

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

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

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

border-color css

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

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

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