Html Css Color HEX #AB9E38 Brass

📋 copy color: '#AB9E38'

red 171 ◦ green 158 ◦ blue 56

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

Shades of Brass #AB9E38

Tints of Brass #AB9E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.55%

R = 44.42%
G = 41.04%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AB9E38 (or 0xAB9E38) is known color: Brass. HEX triplet: AB, 9E and 38. RGB value is (171,158,56). Sum of RGB (Red+Green+Blue) = 171+158+56=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 56 (22.27% from 255 or 14.55% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9E38 is #5461C7. Grayscale: #969696. Windows color (decimal): -5530056 or 3710635. OLE color: 3710635.

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

Color convert

RGB 171 158 56 -
CMYK 0 0.08 0.67 0.33
HSL 53.22º 0.51% 0.45% -
HSV(B) 53.22º 0.67% 0.67% -
XYZ 29.74 33.4 8.62 -
YUV 150.26 74.81 142.79 -
System Red Green Blue C M Y K H S L
Decimal 171 158 56 0 0.08 0.67 0.33 53.22 0.51 0.45
Hex AB 9E 38 0 8 43 21 35 33 2D
Octal 253 236 70 0 10 103 41 65 63 55
Binary 10101011 10011110 111000 0 1000 1000011 100001 110101 110011 101101

Color Harmonies of #AB9E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9E38

Black with #AB9E38

Text Example


Text Example

White with #AB9E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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