Html Css Color HEX #AB9F39 Brass

📋 copy color: '#AB9F39'

red 171 ◦ green 159 ◦ blue 57

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

Shades of Brass #AB9F39

Tints of Brass #AB9F39

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.09%

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

R = 44.19%
G = 41.09%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AB9F39 (or 0xAB9F39) is known color: Brass. HEX triplet: AB, 9F and 39. RGB value is (171,159,57). Sum of RGB (Red+Green+Blue) = 171+159+57=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 57 (22.66% from 255 or 14.73% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9F39 is #5460C6. Grayscale: #979797. Windows color (decimal): -5529799 or 3776427. OLE color: 3776427.

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

Color convert

RGB 171 159 57 -
CMYK 0 0.07 0.67 0.33
HSL 53.68º 0.5% 0.45% -
HSV(B) 53.68º 0.67% 0.67% -
XYZ 29.93 33.75 8.81 -
YUV 150.96 74.98 142.29 -
System Red Green Blue C M Y K H S L
Decimal 171 159 57 0 0.07 0.67 0.33 53.68 0.5 0.45
Hex AB 9F 39 0 7 43 21 36 32 2D
Octal 253 237 71 0 7 103 41 66 62 55
Binary 10101011 10011111 111001 0 111 1000011 100001 110110 110010 101101

Color Harmonies of #AB9F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9F39

Black with #AB9F39

Text Example


Text Example

White with #AB9F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9F39; }

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

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

background-color css

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

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

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

border-color css

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

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

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