Html Css Color HEX #AB9F3F Brass

📋 copy color: '#AB9F3F'

red 171 ◦ green 159 ◦ blue 63

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

Shades of Brass #AB9F3F

Tints of Brass #AB9F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.03%

R = 43.51%
G = 40.46%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB9F3F (or 0xAB9F3F) is known color: Brass. HEX triplet: AB, 9F and 3F. RGB value is (171,159,63). Sum of RGB (Red+Green+Blue) = 171+159+63=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9F3F is #5460C0. Grayscale: #989898. Windows color (decimal): -5529793 or 4169643. OLE color: 4169643.

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

Color convert

RGB 171 159 63 -
CMYK 0 0.07 0.63 0.33
HSL 53.33º 0.46% 0.46% -
HSV(B) 53.33º 0.63% 0.67% -
XYZ 30.09 33.81 9.64 -
YUV 151.64 77.98 141.81 -
System Red Green Blue C M Y K H S L
Decimal 171 159 63 0 0.07 0.63 0.33 53.33 0.46 0.46
Hex AB 9F 3F 0 7 3F 21 35 2E 2E
Octal 253 237 77 0 7 77 41 65 56 56
Binary 10101011 10011111 111111 0 111 111111 100001 110101 101110 101110

Color Harmonies of #AB9F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9F3F

Black with #AB9F3F

Text Example


Text Example

White with #AB9F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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