Html Css Color HEX #AB9E3C Brass

📋 copy color: '#AB9E3C'

red 171 ◦ green 158 ◦ blue 60

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

Shades of Brass #AB9E3C

Tints of Brass #AB9E3C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.62%

 BLUE value IS 60 (23.83% from 255) = 15.42%

R = 43.96%
G = 40.62%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB9E3C (or 0xAB9E3C) is known color: Brass. HEX triplet: AB, 9E and 3C. RGB value is (171,158,60). Sum of RGB (Red+Green+Blue) = 171+158+60=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 60 (23.83% from 255 or 15.42% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9E3C is #5461C3. Grayscale: #979797. Windows color (decimal): -5530052 or 3972779. OLE color: 3972779.

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

Color convert

RGB 171 158 60 -
CMYK 0 0.08 0.65 0.33
HSL 52.97º 0.48% 0.45% -
HSV(B) 52.97º 0.65% 0.67% -
XYZ 29.84 33.44 9.16 -
YUV 150.72 76.81 142.47 -
System Red Green Blue C M Y K H S L
Decimal 171 158 60 0 0.08 0.65 0.33 52.97 0.48 0.45
Hex AB 9E 3C 0 8 41 21 35 30 2D
Octal 253 236 74 0 10 101 41 65 60 55
Binary 10101011 10011110 111100 0 1000 1000001 100001 110101 110000 101101

Color Harmonies of #AB9E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9E3C

Black with #AB9E3C

Text Example


Text Example

White with #AB9E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9E3C; }

 p { color: rgb(171,158,60); }

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

background-color css

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

 a { background-color: rgb(171,158,60); }

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

border-color css

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

 span { border-color: rgb(171,158,60); }

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