Html Css Color HEX #A39D40 Brass

📋 copy color: '#A39D40'

red 163 ◦ green 157 ◦ blue 64

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

Shades of Brass #A39D40

Tints of Brass #A39D40

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.89%

 BLUE value IS 64 (25.39% from 255) = 16.67%

R = 42.45%
G = 40.89%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A39D40 (or 0xA39D40) is known color: Brass. HEX triplet: A3, 9D and 40. RGB value is (163,157,64). Sum of RGB (Red+Green+Blue) = 163+157+64=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 163 - color contains mainly: red. Hex color #A39D40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39D40 is #5C62BF. Grayscale: #949494. Windows color (decimal): -6054592 or 4234659. OLE color: 4234659.

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

Color convert

RGB 163 157 64 -
CMYK 0 0.04 0.61 0.36
HSL 56.36º 0.44% 0.45% -
HSV(B) 56.36º 0.61% 0.64% -
XYZ 28.09 32.27 9.6 -
YUV 148.19 80.49 138.56 -
System Red Green Blue C M Y K H S L
Decimal 163 157 64 0 0.04 0.61 0.36 56.36 0.44 0.45
Hex A3 9D 40 0 4 3D 24 38 2C 2D
Octal 243 235 100 0 4 75 44 70 54 55
Binary 10100011 10011101 1000000 0 100 111101 100100 111000 101100 101101

Color Harmonies of #A39D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39D40

Black with #A39D40

Text Example


Text Example

White with #A39D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39D40; }

 p { color: rgb(163,157,64); }

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

background-color css

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

 a { background-color: rgb(163,157,64); }

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

border-color css

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

 span { border-color: rgb(163,157,64); }

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