Html Css Color HEX #A3A841 Brass

📋 copy color: '#A3A841'

red 163 ◦ green 168 ◦ blue 65

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

Shades of Brass #A3A841

Tints of Brass #A3A841

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.42%

 BLUE value IS 65 (25.78% from 255) = 16.41%

R = 41.16%
G = 42.42%
B = 16.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A3A841 (or 0xA3A841) is known color: Brass. HEX triplet: A3, A8 and 41. RGB value is (163,168,65). Sum of RGB (Red+Green+Blue) = 163+168+65=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 168 - color contains mainly: green. Hex color #A3A841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A841 is #5C57BE. Grayscale: #9B9B9B. Windows color (decimal): -6051775 or 4303011. OLE color: 4303011.

HSL color Cylindrical-coordinate representation of color #A3A841: hue angle of 62.91º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A3A841 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB 163 168 65 -
CMYK 0.03 0 0.61 0.34
HSL 62.91º 0.44% 0.46% -
HSV(B) 62.91º 0.61% 0.66% -
XYZ 30.06 36.17 10.4 -
YUV 154.76 77.34 133.88 -
System Red Green Blue C M Y K H S L
Decimal 163 168 65 0.03 0 0.61 0.34 62.91 0.44 0.46
Hex A3 A8 41 3 0 3D 22 3F 2C 2E
Octal 243 250 101 3 0 75 42 77 54 56
Binary 10100011 10101000 1000001 11 0 111101 100010 111111 101100 101110

Color Harmonies of #A3A841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A841

Black with #A3A841

Text Example


Text Example

White with #A3A841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A841; }

 p { color: rgb(163,168,65); }

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

background-color css

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

 a { background-color: rgb(163,168,65); }

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

border-color css

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

 span { border-color: rgb(163,168,65); }

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