Html Css Color HEX #AB9F43 Brass

📋 copy color: '#AB9F43'

red 171 ◦ green 159 ◦ blue 67

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

Shades of Brass #AB9F43

Tints of Brass #AB9F43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.88%

R = 43.07%
G = 40.05%
B = 16.88%

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

#AB9F43 (or 0xAB9F43) is known color: Brass. HEX triplet: AB, 9F and 43. RGB value is (171,159,67). Sum of RGB (Red+Green+Blue) = 171+159+67=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 67 (26.56% from 255 or 16.88% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9F43 is #5460BC. Grayscale: #989898. Windows color (decimal): -5529789 or 4431787. OLE color: 4431787.

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

Color convert

RGB 171 159 67 -
CMYK 0 0.07 0.61 0.33
HSL 53.08º 0.44% 0.47% -
HSV(B) 53.08º 0.61% 0.67% -
XYZ 30.21 33.86 10.25 -
YUV 152.1 79.98 141.48 -
System Red Green Blue C M Y K H S L
Decimal 171 159 67 0 0.07 0.61 0.33 53.08 0.44 0.47
Hex AB 9F 43 0 7 3D 21 35 2C 2F
Octal 253 237 103 0 7 75 41 65 54 57
Binary 10101011 10011111 1000011 0 111 111101 100001 110101 101100 101111

Color Harmonies of #AB9F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9F43

Black with #AB9F43

Text Example


Text Example

White with #AB9F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9F43; }

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

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

background-color css

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

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

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

border-color css

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

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

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