Html Css Color HEX #ABA841 Brass

📋 copy color: '#ABA841'

red 171 ◦ green 168 ◦ blue 65

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

Shades of Brass #ABA841

Tints of Brass #ABA841

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.58%

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

R = 42.33%
G = 41.58%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#ABA841 (or 0xABA841) is known color: Brass. HEX triplet: AB, A8 and 41. RGB value is (171,168,65). Sum of RGB (Red+Green+Blue) = 171+168+65=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 65 (25.78% from 255 or 16.09% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA841 is #5457BE. Grayscale: #9D9D9D. Windows color (decimal): -5527487 or 4303019. OLE color: 4303019.

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

Color convert

RGB 171 168 65 -
CMYK 0 0.02 0.62 0.33
HSL 58.3º 0.45% 0.46% -
HSV(B) 58.3º 0.62% 0.67% -
XYZ 31.75 37.04 10.48 -
YUV 157.16 75.99 137.88 -
System Red Green Blue C M Y K H S L
Decimal 171 168 65 0 0.02 0.62 0.33 58.3 0.45 0.46
Hex AB A8 41 0 2 3E 21 3A 2D 2E
Octal 253 250 101 0 2 76 41 72 55 56
Binary 10101011 10101000 1000001 0 10 111110 100001 111010 101101 101110

Color Harmonies of #ABA841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA841

Black with #ABA841

Text Example


Text Example

White with #ABA841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA841; }

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

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

background-color css

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

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

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

border-color css

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

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

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