Html Css Color HEX #AB9F33 Brass

📋 copy color: '#AB9F33'

red 171 ◦ green 159 ◦ blue 51

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

Shades of Brass #AB9F33

Tints of Brass #AB9F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.39%

R = 44.88%
G = 41.73%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB9F33 (or 0xAB9F33) is known color: Brass. HEX triplet: AB, 9F and 33. RGB value is (171,159,51). Sum of RGB (Red+Green+Blue) = 171+159+51=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 51 (20.31% from 255 or 13.39% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9F33 is #5460CC. Grayscale: #969696. Windows color (decimal): -5529805 or 3383211. OLE color: 3383211.

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

Color convert

RGB 171 159 51 -
CMYK 0 0.07 0.70 0.33
HSL 54º 0.54% 0.44% -
HSV(B) 54º 0.7% 0.67% -
XYZ 29.79 33.69 8.07 -
YUV 150.28 71.98 142.78 -
System Red Green Blue C M Y K H S L
Decimal 171 159 51 0 0.07 0.70 0.33 54 0.54 0.44
Hex AB 9F 33 0 7 46 21 36 36 2C
Octal 253 237 63 0 7 106 41 66 66 54
Binary 10101011 10011111 110011 0 111 1000110 100001 110110 110110 101100

Color Harmonies of #AB9F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9F33

Black with #AB9F33

Text Example


Text Example

White with #AB9F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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