Html Css Color HEX #AB9F46 Brass

📋 copy color: '#AB9F46'

red 171 ◦ green 159 ◦ blue 70

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

Shades of Brass #AB9F46

Tints of Brass #AB9F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.5%

R = 42.75%
G = 39.75%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AB9F46 (or 0xAB9F46) is known color: Brass. HEX triplet: AB, 9F and 46. RGB value is (171,159,70). Sum of RGB (Red+Green+Blue) = 171+159+70=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9F46 is #5460B9. Grayscale: #989898. Windows color (decimal): -5529786 or 4628395. OLE color: 4628395.

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

Color convert

RGB 171 159 70 -
CMYK 0 0.07 0.59 0.33
HSL 52.87º 0.42% 0.47% -
HSV(B) 52.87º 0.59% 0.67% -
XYZ 30.3 33.9 10.74 -
YUV 152.44 81.48 141.24 -
System Red Green Blue C M Y K H S L
Decimal 171 159 70 0 0.07 0.59 0.33 52.87 0.42 0.47
Hex AB 9F 46 0 7 3B 21 35 2A 2F
Octal 253 237 106 0 7 73 41 65 52 57
Binary 10101011 10011111 1000110 0 111 111011 100001 110101 101010 101111

Color Harmonies of #AB9F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9F46

Black with #AB9F46

Text Example


Text Example

White with #AB9F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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