Html Css Color HEX #ABA940 Brass

📋 copy color: '#ABA940'

red 171 ◦ green 169 ◦ blue 64

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

Shades of Brass #ABA940

Tints of Brass #ABA940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.84%

R = 42.33%
G = 41.83%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#ABA940 (or 0xABA940) is known color: Brass. HEX triplet: AB, A9 and 40. RGB value is (171,169,64). Sum of RGB (Red+Green+Blue) = 171+169+64=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA940 is #5456BF. Grayscale: #9E9E9E. Windows color (decimal): -5527232 or 4237739. OLE color: 4237739.

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

Color convert

RGB 171 169 64 -
CMYK 0 0.01 0.63 0.33
HSL 58.88º 0.46% 0.46% -
HSV(B) 58.88º 0.63% 0.67% -
XYZ 31.91 37.4 10.39 -
YUV 157.63 75.16 137.54 -
System Red Green Blue C M Y K H S L
Decimal 171 169 64 0 0.01 0.63 0.33 58.88 0.46 0.46
Hex AB A9 40 0 1 3F 21 3B 2E 2E
Octal 253 251 100 0 1 77 41 73 56 56
Binary 10101011 10101001 1000000 0 1 111111 100001 111011 101110 101110

Color Harmonies of #ABA940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA940

Black with #ABA940

Text Example


Text Example

White with #ABA940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA940; }

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

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

background-color css

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

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

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

border-color css

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

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

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