Html Css Color HEX #ABA939 Brass

📋 copy color: '#ABA939'

red 171 ◦ green 169 ◦ blue 57

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

Shades of Brass #ABA939

Tints of Brass #ABA939

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.57%

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

R = 43.07%
G = 42.57%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#ABA939 (or 0xABA939) is known color: Brass. HEX triplet: AB, A9 and 39. RGB value is (171,169,57). Sum of RGB (Red+Green+Blue) = 171+169+57=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 57 (22.66% from 255 or 14.36% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA939 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA939 is #5456C6. Grayscale: #9D9D9D. Windows color (decimal): -5527239 or 3778987. OLE color: 3778987.

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

Color convert

RGB 171 169 57 -
CMYK 0 0.01 0.67 0.33
HSL 58.95º 0.5% 0.45% -
HSV(B) 58.95º 0.67% 0.67% -
XYZ 31.72 37.33 9.4 -
YUV 156.83 71.66 138.11 -
System Red Green Blue C M Y K H S L
Decimal 171 169 57 0 0.01 0.67 0.33 58.95 0.5 0.45
Hex AB A9 39 0 1 43 21 3B 32 2D
Octal 253 251 71 0 1 103 41 73 62 55
Binary 10101011 10101001 111001 0 1 1000011 100001 111011 110010 101101

Color Harmonies of #ABA939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA939

Black with #ABA939

Text Example


Text Example

White with #ABA939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA939; }

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

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

background-color css

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

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

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

border-color css

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

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

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