Html Css Color HEX #A39C3D Brass

📋 copy color: '#A39C3D'

red 163 ◦ green 156 ◦ blue 61

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

Shades of Brass #A39C3D

Tints of Brass #A39C3D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.05%

 BLUE value IS 61 (24.22% from 255) = 16.05%

R = 42.89%
G = 41.05%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A39C3D (or 0xA39C3D) is known color: Brass. HEX triplet: A3, 9C and 3D. RGB value is (163,156,61). Sum of RGB (Red+Green+Blue) = 163+156+61=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 163 - color contains mainly: red. Hex color #A39C3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39C3D is #5C63C2. Grayscale: #939393. Windows color (decimal): -6054851 or 4037795. OLE color: 4037795.

HSL color Cylindrical-coordinate representation of color #A39C3D: hue angle of 55.88º 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 #A39C3D is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 156 61 -
CMYK 0 0.04 0.63 0.36
HSL 55.88º 0.46% 0.44% -
HSV(B) 55.88º 0.63% 0.64% -
XYZ 27.84 31.9 9.11 -
YUV 147.26 79.32 139.22 -
System Red Green Blue C M Y K H S L
Decimal 163 156 61 0 0.04 0.63 0.36 55.88 0.46 0.44
Hex A3 9C 3D 0 4 3F 24 38 2E 2C
Octal 243 234 75 0 4 77 44 70 56 54
Binary 10100011 10011100 111101 0 100 111111 100100 111000 101110 101100

Color Harmonies of #A39C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39C3D

Black with #A39C3D

Text Example


Text Example

White with #A39C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39C3D; }

 p { color: rgb(163,156,61); }

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

background-color css

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

 a { background-color: rgb(163,156,61); }

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

border-color css

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

 span { border-color: rgb(163,156,61); }

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