Html Css Color HEX #ABA036 Brass

📋 copy color: '#ABA036'

red 171 ◦ green 160 ◦ blue 54

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

Shades of Brass #ABA036

Tints of Brass #ABA036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.03%

R = 44.42%
G = 41.56%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#ABA036 (or 0xABA036) is known color: Brass. HEX triplet: AB, A0 and 36. RGB value is (171,160,54). Sum of RGB (Red+Green+Blue) = 171+160+54=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 54 (21.48% from 255 or 14.03% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA036 is #545FC9. Grayscale: #979797. Windows color (decimal): -5529546 or 3580075. OLE color: 3580075.

HSL color Cylindrical-coordinate representation of color #ABA036: hue angle of 54.36º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ABA036 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 160 54 -
CMYK 0 0.06 0.68 0.33
HSL 54.36º 0.52% 0.44% -
HSV(B) 54.36º 0.68% 0.67% -
XYZ 30.03 34.07 8.48 -
YUV 151.21 73.14 142.12 -
System Red Green Blue C M Y K H S L
Decimal 171 160 54 0 0.06 0.68 0.33 54.36 0.52 0.44
Hex AB A0 36 0 6 44 21 36 34 2C
Octal 253 240 66 0 6 104 41 66 64 54
Binary 10101011 10100000 110110 0 110 1000100 100001 110110 110100 101100

Color Harmonies of #ABA036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA036

Black with #ABA036

Text Example


Text Example

White with #ABA036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA036; }

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

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

background-color css

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

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

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

border-color css

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

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

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