Html Css Color HEX #A39E3C Brass

📋 copy color: '#A39E3C'

red 163 ◦ green 158 ◦ blue 60

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

Shades of Brass #A39E3C

Tints of Brass #A39E3C

RGB

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

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

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

R = 42.78%
G = 41.47%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A39E3C (or 0xA39E3C) is known color: Brass. HEX triplet: A3, 9E and 3C. RGB value is (163,158,60). Sum of RGB (Red+Green+Blue) = 163+158+60=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 163 - color contains mainly: red. Hex color #A39E3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39E3C is #5C61C3. Grayscale: #949494. Windows color (decimal): -6054340 or 3972771. OLE color: 3972771.

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

Color convert

RGB 163 158 60 -
CMYK 0 0.03 0.63 0.36
HSL 57.09º 0.46% 0.44% -
HSV(B) 57.09º 0.63% 0.64% -
XYZ 28.15 32.57 9.08 -
YUV 148.32 78.16 138.47 -
System Red Green Blue C M Y K H S L
Decimal 163 158 60 0 0.03 0.63 0.36 57.09 0.46 0.44
Hex A3 9E 3C 0 3 3F 24 39 2E 2C
Octal 243 236 74 0 3 77 44 71 56 54
Binary 10100011 10011110 111100 0 11 111111 100100 111001 101110 101100

Color Harmonies of #A39E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39E3C

Black with #A39E3C

Text Example


Text Example

White with #A39E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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