Html Css Color HEX #AB9F47 Brass

📋 copy color: '#AB9F47'

red 171 ◦ green 159 ◦ blue 71

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

Shades of Brass #AB9F47

Tints of Brass #AB9F47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.71%

R = 42.64%
G = 39.65%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB9F47 (or 0xAB9F47) is known color: Brass. HEX triplet: AB, 9F and 47. RGB value is (171,159,71). Sum of RGB (Red+Green+Blue) = 171+159+71=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 71 (28.12% from 255 or 17.71% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9F47 is #5460B8. Grayscale: #989898. Windows color (decimal): -5529785 or 4693931. OLE color: 4693931.

HSL color Cylindrical-coordinate representation of color #AB9F47: hue angle of 52.8º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB9F47 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 159 71 -
CMYK 0 0.07 0.58 0.33
HSL 52.8º 0.41% 0.47% -
HSV(B) 52.8º 0.58% 0.67% -
XYZ 30.33 33.91 10.91 -
YUV 152.56 81.98 141.16 -
System Red Green Blue C M Y K H S L
Decimal 171 159 71 0 0.07 0.58 0.33 52.8 0.41 0.47
Hex AB 9F 47 0 7 3A 21 35 29 2F
Octal 253 237 107 0 7 72 41 65 51 57
Binary 10101011 10011111 1000111 0 111 111010 100001 110101 101001 101111

Color Harmonies of #AB9F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9F47

Black with #AB9F47

Text Example


Text Example

White with #AB9F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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