Html Css Color HEX #AB9F42 Brass

📋 copy color: '#AB9F42'

red 171 ◦ green 159 ◦ blue 66

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

Shades of Brass #AB9F42

Tints of Brass #AB9F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.67%

R = 43.18%
G = 40.15%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB9F42 (or 0xAB9F42) is known color: Brass. HEX triplet: AB, 9F and 42. RGB value is (171,159,66). Sum of RGB (Red+Green+Blue) = 171+159+66=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9F42 is #5460BD. Grayscale: #989898. Windows color (decimal): -5529790 or 4366251. OLE color: 4366251.

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

Color convert

RGB 171 159 66 -
CMYK 0 0.07 0.61 0.33
HSL 53.14º 0.44% 0.46% -
HSV(B) 53.14º 0.61% 0.67% -
XYZ 30.18 33.85 10.1 -
YUV 151.99 79.48 141.56 -
System Red Green Blue C M Y K H S L
Decimal 171 159 66 0 0.07 0.61 0.33 53.14 0.44 0.46
Hex AB 9F 42 0 7 3D 21 35 2C 2E
Octal 253 237 102 0 7 75 41 65 54 56
Binary 10101011 10011111 1000010 0 111 111101 100001 110101 101100 101110

Color Harmonies of #AB9F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9F42

Black with #AB9F42

Text Example


Text Example

White with #AB9F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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