Html Css Color HEX #ABA241 Brass

📋 copy color: '#ABA241'

red 171 ◦ green 162 ◦ blue 65

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

Shades of Brass #ABA241

Tints of Brass #ABA241

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.7%

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

R = 42.96%
G = 40.7%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#ABA241 (or 0xABA241) is known color: Brass. HEX triplet: AB, A2 and 41. RGB value is (171,162,65). Sum of RGB (Red+Green+Blue) = 171+162+65=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA241 is #545DBE. Grayscale: #9A9A9A. Windows color (decimal): -5529023 or 4301483. OLE color: 4301483.

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

Color convert

RGB 171 162 65 -
CMYK 0 0.05 0.62 0.33
HSL 54.91º 0.45% 0.46% -
HSV(B) 54.91º 0.62% 0.67% -
XYZ 30.67 34.88 10.12 -
YUV 153.63 77.98 140.39 -
System Red Green Blue C M Y K H S L
Decimal 171 162 65 0 0.05 0.62 0.33 54.91 0.45 0.46
Hex AB A2 41 0 5 3E 21 37 2D 2E
Octal 253 242 101 0 5 76 41 67 55 56
Binary 10101011 10100010 1000001 0 101 111110 100001 110111 101101 101110

Color Harmonies of #ABA241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA241

Black with #ABA241

Text Example


Text Example

White with #ABA241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA241; }

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

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

background-color css

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

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

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

border-color css

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

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

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