Html Css Color HEX #A39B3E Brass

📋 copy color: '#A39B3E'

red 163 ◦ green 155 ◦ blue 62

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

Shades of Brass #A39B3E

Tints of Brass #A39B3E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.79%

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

R = 42.89%
G = 40.79%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A39B3E (or 0xA39B3E) is known color: Brass. HEX triplet: A3, 9B and 3E. RGB value is (163,155,62). Sum of RGB (Red+Green+Blue) = 163+155+62=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 62 (24.61% from 255 or 16.32% from 380); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39B3E is #5C64C1. Grayscale: #939393. Windows color (decimal): -6055106 or 4103075. OLE color: 4103075.

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

Color convert

RGB 163 155 62 -
CMYK 0 0.05 0.62 0.36
HSL 55.25º 0.45% 0.44% -
HSV(B) 55.25º 0.62% 0.64% -
XYZ 27.7 31.58 9.19 -
YUV 146.79 80.15 139.56 -
System Red Green Blue C M Y K H S L
Decimal 163 155 62 0 0.05 0.62 0.36 55.25 0.45 0.44
Hex A3 9B 3E 0 5 3E 24 37 2D 2C
Octal 243 233 76 0 5 76 44 67 55 54
Binary 10100011 10011011 111110 0 101 111110 100100 110111 101101 101100

Color Harmonies of #A39B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39B3E

Black with #A39B3E

Text Example


Text Example

White with #A39B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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