Html Css Color HEX #A39E3E Brass

📋 copy color: '#A39E3E'

red 163 ◦ green 158 ◦ blue 62

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

Shades of Brass #A39E3E

Tints of Brass #A39E3E

RGB

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

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

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

R = 42.56%
G = 41.25%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A39E3E (or 0xA39E3E) is known color: Brass. HEX triplet: A3, 9E and 3E. RGB value is (163,158,62). Sum of RGB (Red+Green+Blue) = 163+158+62=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 62 (24.61% from 255 or 16.19% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A39E3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39E3E is #5C61C1. Grayscale: #949494. Windows color (decimal): -6054338 or 4103843. OLE color: 4103843.

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

Color convert

RGB 163 158 62 -
CMYK 0 0.03 0.62 0.36
HSL 57.03º 0.45% 0.44% -
HSV(B) 57.03º 0.62% 0.64% -
XYZ 28.2 32.59 9.36 -
YUV 148.55 79.16 138.31 -
System Red Green Blue C M Y K H S L
Decimal 163 158 62 0 0.03 0.62 0.36 57.03 0.45 0.44
Hex A3 9E 3E 0 3 3E 24 39 2D 2C
Octal 243 236 76 0 3 76 44 71 55 54
Binary 10100011 10011110 111110 0 11 111110 100100 111001 101101 101100

Color Harmonies of #A39E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39E3E

Black with #A39E3E

Text Example


Text Example

White with #A39E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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