Html Css Color HEX #AB9E3E Brass

📋 copy color: '#AB9E3E'

red 171 ◦ green 158 ◦ blue 62

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

Shades of Brass #AB9E3E

Tints of Brass #AB9E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.86%

R = 43.73%
G = 40.41%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB9E3E (or 0xAB9E3E) is known color: Brass. HEX triplet: AB, 9E and 3E. RGB value is (171,158,62). Sum of RGB (Red+Green+Blue) = 171+158+62=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 158 (62.11% from 255 or 40.41% from 391); Blue value is 62 (24.61% from 255 or 15.86% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9E3E is #5461C1. Grayscale: #979797. Windows color (decimal): -5530050 or 4103851. OLE color: 4103851.

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

Color convert

RGB 171 158 62 -
CMYK 0 0.08 0.64 0.33
HSL 52.84º 0.47% 0.46% -
HSV(B) 52.84º 0.64% 0.67% -
XYZ 29.89 33.46 9.44 -
YUV 150.94 77.81 142.31 -
System Red Green Blue C M Y K H S L
Decimal 171 158 62 0 0.08 0.64 0.33 52.84 0.47 0.46
Hex AB 9E 3E 0 8 40 21 35 2F 2E
Octal 253 236 76 0 10 100 41 65 57 56
Binary 10101011 10011110 111110 0 1000 1000000 100001 110101 101111 101110

Color Harmonies of #AB9E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9E3E

Black with #AB9E3E

Text Example


Text Example

White with #AB9E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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