Html Css Color HEX #A3A747 Brass

📋 copy color: '#A3A747'

red 163 ◦ green 167 ◦ blue 71

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

Shades of Brass #A3A747

Tints of Brass #A3A747

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.65%

 BLUE value IS 71 (28.13% from 255) = 17.71%

R = 40.65%
G = 41.65%
B = 17.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A3A747 (or 0xA3A747) is known color: Brass. HEX triplet: A3, A7 and 47. RGB value is (163,167,71). Sum of RGB (Red+Green+Blue) = 163+167+71=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 167 (65.62% from 255 or 41.65% from 401); Blue value is 71 (28.12% from 255 or 17.71% from 401); Max value from RGB is 167 - color contains mainly: green. Hex color #A3A747 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A747 is #5C58B8. Grayscale: #9B9B9B. Windows color (decimal): -6052025 or 4695971. OLE color: 4695971.

HSL color Cylindrical-coordinate representation of color #A3A747: hue angle of 62.5º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A3A747 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 163 167 71 -
CMYK 0.02 0 0.57 0.35
HSL 62.5º 0.4% 0.47% -
HSV(B) 62.5º 0.57% 0.65% -
XYZ 30.06 35.88 11.3 -
YUV 154.86 80.67 133.81 -
System Red Green Blue C M Y K H S L
Decimal 163 167 71 0.02 0 0.57 0.35 62.5 0.4 0.47
Hex A3 A7 47 2 0 39 23 3F 28 2F
Octal 243 247 107 2 0 71 43 77 50 57
Binary 10100011 10100111 1000111 10 0 111001 100011 111111 101000 101111

Color Harmonies of #A3A747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A747

Black with #A3A747

Text Example


Text Example

White with #A3A747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A747; }

 p { color: rgb(163,167,71); }

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

background-color css

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

 a { background-color: rgb(163,167,71); }

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

border-color css

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

 span { border-color: rgb(163,167,71); }

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