Html Css Color HEX #ABA039 Brass

📋 copy color: '#ABA039'

red 171 ◦ green 160 ◦ blue 57

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

Shades of Brass #ABA039

Tints of Brass #ABA039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.69%

R = 44.07%
G = 41.24%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#ABA039 (or 0xABA039) is known color: Brass. HEX triplet: AB, A0 and 39. RGB value is (171,160,57). Sum of RGB (Red+Green+Blue) = 171+160+57=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 57 (22.66% from 255 or 14.69% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA039 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA039 is #545FC6. Grayscale: #979797. Windows color (decimal): -5529543 or 3776683. OLE color: 3776683.

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

Color convert

RGB 171 160 57 -
CMYK 0 0.06 0.67 0.33
HSL 54.21º 0.5% 0.45% -
HSV(B) 54.21º 0.67% 0.67% -
XYZ 30.1 34.09 8.87 -
YUV 151.55 74.64 141.88 -
System Red Green Blue C M Y K H S L
Decimal 171 160 57 0 0.06 0.67 0.33 54.21 0.5 0.45
Hex AB A0 39 0 6 43 21 36 32 2D
Octal 253 240 71 0 6 103 41 66 62 55
Binary 10101011 10100000 111001 0 110 1000011 100001 110110 110010 101101

Color Harmonies of #ABA039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA039

Black with #ABA039

Text Example


Text Example

White with #ABA039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA039; }

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

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

background-color css

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

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

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

border-color css

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

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

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