Html Css Color HEX #A39D44 Brass

📋 copy color: '#A39D44'

red 163 ◦ green 157 ◦ blue 68

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

Shades of Brass #A39D44

Tints of Brass #A39D44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.53%

R = 42.01%
G = 40.46%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A39D44 (or 0xA39D44) is known color: Brass. HEX triplet: A3, 9D and 44. RGB value is (163,157,68). Sum of RGB (Red+Green+Blue) = 163+157+68=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 157 (61.72% from 255 or 40.46% from 388); Blue value is 68 (26.95% from 255 or 17.53% from 388); Max value from RGB is 163 - color contains mainly: red. Hex color #A39D44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39D44 is #5C62BB. Grayscale: #959595. Windows color (decimal): -6054588 or 4496803. OLE color: 4496803.

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

Color convert

RGB 163 157 68 -
CMYK 0 0.04 0.58 0.36
HSL 56.21º 0.41% 0.45% -
HSV(B) 56.21º 0.58% 0.64% -
XYZ 28.2 32.32 10.22 -
YUV 148.65 82.49 138.24 -
System Red Green Blue C M Y K H S L
Decimal 163 157 68 0 0.04 0.58 0.36 56.21 0.41 0.45
Hex A3 9D 44 0 4 3A 24 38 29 2D
Octal 243 235 104 0 4 72 44 70 51 55
Binary 10100011 10011101 1000100 0 100 111010 100100 111000 101001 101101

Color Harmonies of #A39D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39D44

Black with #A39D44

Text Example


Text Example

White with #A39D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39D44; }

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

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

background-color css

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

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

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

border-color css

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

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

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