Html Css Color HEX #AB9E41 Brass

📋 copy color: '#AB9E41'

red 171 ◦ green 158 ◦ blue 65

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

Shades of Brass #AB9E41

Tints of Brass #AB9E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.5%

R = 43.4%
G = 40.1%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AB9E41 (or 0xAB9E41) is known color: Brass. HEX triplet: AB, 9E and 41. RGB value is (171,158,65). Sum of RGB (Red+Green+Blue) = 171+158+65=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 65 (25.78% from 255 or 16.50% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9E41 is #5461BE. Grayscale: #979797. Windows color (decimal): -5530047 or 4300459. OLE color: 4300459.

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

Color convert

RGB 171 158 65 -
CMYK 0 0.08 0.62 0.33
HSL 52.64º 0.45% 0.46% -
HSV(B) 52.64º 0.62% 0.67% -
XYZ 29.98 33.49 9.89 -
YUV 151.29 79.31 142.06 -
System Red Green Blue C M Y K H S L
Decimal 171 158 65 0 0.08 0.62 0.33 52.64 0.45 0.46
Hex AB 9E 41 0 8 3E 21 35 2D 2E
Octal 253 236 101 0 10 76 41 65 55 56
Binary 10101011 10011110 1000001 0 1000 111110 100001 110101 101101 101110

Color Harmonies of #AB9E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9E41

Black with #AB9E41

Text Example


Text Example

White with #AB9E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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