Html Css Color HEX #AB9F3A Brass

📋 copy color: '#AB9F3A'

red 171 ◦ green 159 ◦ blue 58

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

Shades of Brass #AB9F3A

Tints of Brass #AB9F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.95%

R = 44.07%
G = 40.98%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AB9F3A (or 0xAB9F3A) is known color: Brass. HEX triplet: AB, 9F and 3A. RGB value is (171,159,58). Sum of RGB (Red+Green+Blue) = 171+159+58=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 58 (23.05% from 255 or 14.95% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9F3A is #5460C5. Grayscale: #979797. Windows color (decimal): -5529798 or 3841963. OLE color: 3841963.

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

Color convert

RGB 171 159 58 -
CMYK 0 0.07 0.66 0.33
HSL 53.63º 0.49% 0.45% -
HSV(B) 53.63º 0.66% 0.67% -
XYZ 29.96 33.76 8.94 -
YUV 151.07 75.48 142.21 -
System Red Green Blue C M Y K H S L
Decimal 171 159 58 0 0.07 0.66 0.33 53.63 0.49 0.45
Hex AB 9F 3A 0 7 42 21 36 31 2D
Octal 253 237 72 0 7 102 41 66 61 55
Binary 10101011 10011111 111010 0 111 1000010 100001 110110 110001 101101

Color Harmonies of #AB9F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9F3A

Black with #AB9F3A

Text Example


Text Example

White with #AB9F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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