Html Css Color HEX #ABA041 Brass

📋 copy color: '#ABA041'

red 171 ◦ green 160 ◦ blue 65

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

Shades of Brass #ABA041

Tints of Brass #ABA041

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.4%

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

R = 43.18%
G = 40.4%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#ABA041 (or 0xABA041) is known color: Brass. HEX triplet: AB, A0 and 41. RGB value is (171,160,65). Sum of RGB (Red+Green+Blue) = 171+160+65=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA041 is #545FBE. Grayscale: #989898. Windows color (decimal): -5529535 or 4300971. OLE color: 4300971.

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

Color convert

RGB 171 160 65 -
CMYK 0 0.06 0.62 0.33
HSL 53.77º 0.45% 0.46% -
HSV(B) 53.77º 0.62% 0.67% -
XYZ 30.32 34.18 10 -
YUV 152.46 78.64 141.22 -
System Red Green Blue C M Y K H S L
Decimal 171 160 65 0 0.06 0.62 0.33 53.77 0.45 0.46
Hex AB A0 41 0 6 3E 21 36 2D 2E
Octal 253 240 101 0 6 76 41 66 55 56
Binary 10101011 10100000 1000001 0 110 111110 100001 110110 101101 101110

Color Harmonies of #ABA041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA041

Black with #ABA041

Text Example


Text Example

White with #ABA041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA041; }

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

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

background-color css

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

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

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

border-color css

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

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

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