Html Css Color HEX #A39E48 Brass

📋 copy color: '#A39E48'

red 163 ◦ green 158 ◦ blue 72

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

Shades of Brass #A39E48

Tints of Brass #A39E48

RGB

 RED value IS 163 (64.06% from 255) = 41.48%

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

 BLUE value IS 72 (28.52% from 255) = 18.32%

R = 41.48%
G = 40.2%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A39E48 (or 0xA39E48) is known color: Brass. HEX triplet: A3, 9E and 48. RGB value is (163,158,72). Sum of RGB (Red+Green+Blue) = 163+158+72=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A39E48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39E48 is #5C61B7. Grayscale: #969696. Windows color (decimal): -6054328 or 4759203. OLE color: 4759203.

HSL color Cylindrical-coordinate representation of color #A39E48: hue angle of 56.7º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A39E48 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 158 72 -
CMYK 0 0.03 0.56 0.36
HSL 56.7º 0.39% 0.46% -
HSV(B) 56.7º 0.56% 0.64% -
XYZ 28.5 32.71 10.94 -
YUV 149.69 84.16 137.49 -
System Red Green Blue C M Y K H S L
Decimal 163 158 72 0 0.03 0.56 0.36 56.7 0.39 0.46
Hex A3 9E 48 0 3 38 24 39 27 2E
Octal 243 236 110 0 3 70 44 71 47 56
Binary 10100011 10011110 1001000 0 11 111000 100100 111001 100111 101110

Color Harmonies of #A39E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39E48

Black with #A39E48

Text Example


Text Example

White with #A39E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39E48; }

 p { color: rgb(163,158,72); }

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

background-color css

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

 a { background-color: rgb(163,158,72); }

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

border-color css

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

 span { border-color: rgb(163,158,72); }

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