Html Css Color HEX #A39E42 Brass

📋 copy color: '#A39E42'

red 163 ◦ green 158 ◦ blue 66

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

Shades of Brass #A39E42

Tints of Brass #A39E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.05%

R = 42.12%
G = 40.83%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A39E42 (or 0xA39E42) is known color: Brass. HEX triplet: A3, 9E and 42. RGB value is (163,158,66). Sum of RGB (Red+Green+Blue) = 163+158+66=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A39E42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39E42 is #5C61BD. Grayscale: #959595. Windows color (decimal): -6054334 or 4365987. OLE color: 4365987.

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

Color convert

RGB 163 158 66 -
CMYK 0 0.03 0.60 0.36
HSL 56.91º 0.42% 0.45% -
HSV(B) 56.91º 0.6% 0.64% -
XYZ 28.31 32.63 9.96 -
YUV 149.01 81.16 137.98 -
System Red Green Blue C M Y K H S L
Decimal 163 158 66 0 0.03 0.60 0.36 56.91 0.42 0.45
Hex A3 9E 42 0 3 3C 24 39 2A 2D
Octal 243 236 102 0 3 74 44 71 52 55
Binary 10100011 10011110 1000010 0 11 111100 100100 111001 101010 101101

Color Harmonies of #A39E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39E42

Black with #A39E42

Text Example


Text Example

White with #A39E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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