Html Css Color HEX #A3A036 Brass

📋 copy color: '#A3A036'

red 163 ◦ green 160 ◦ blue 54

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

Shades of Brass #A3A036

Tints of Brass #A3A036

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.44%

 BLUE value IS 54 (21.48% from 255) = 14.32%

R = 43.24%
G = 42.44%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A3A036 (or 0xA3A036) is known color: Brass. HEX triplet: A3, A0 and 36. RGB value is (163,160,54). Sum of RGB (Red+Green+Blue) = 163+160+54=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 54 (21.48% from 255 or 14.32% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A036 is #5C5FC9. Grayscale: #959595. Windows color (decimal): -6053834 or 3580067. OLE color: 3580067.

HSL color Cylindrical-coordinate representation of color #A3A036: hue angle of 58.35º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A3A036 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 160 54 -
CMYK 0 0.02 0.67 0.36
HSL 58.35º 0.5% 0.43% -
HSV(B) 58.35º 0.67% 0.64% -
XYZ 28.34 33.19 8.4 -
YUV 148.81 74.49 138.12 -
System Red Green Blue C M Y K H S L
Decimal 163 160 54 0 0.02 0.67 0.36 58.35 0.5 0.43
Hex A3 A0 36 0 2 43 24 3A 32 2B
Octal 243 240 66 0 2 103 44 72 62 53
Binary 10100011 10100000 110110 0 10 1000011 100100 111010 110010 101011

Color Harmonies of #A3A036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A036

Black with #A3A036

Text Example


Text Example

White with #A3A036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A036; }

 p { color: rgb(163,160,54); }

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

background-color css

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

 a { background-color: rgb(163,160,54); }

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

border-color css

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

 span { border-color: rgb(163,160,54); }

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