Html Css Color HEX #A3A14C Brass

📋 copy color: '#A3A14C'

red 163 ◦ green 161 ◦ blue 76

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

Shades of Brass #A3A14C

Tints of Brass #A3A14C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.25%

 BLUE value IS 76 (30.08% from 255) = 19%

R = 40.75%
G = 40.25%
B = 19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A3A14C (or 0xA3A14C) is known color: Brass. HEX triplet: A3, A1 and 4C. RGB value is (163,161,76). Sum of RGB (Red+Green+Blue) = 163+161+76=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A14C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A14C is #5C5EB3. Grayscale: #989898. Windows color (decimal): -6053556 or 5022115. OLE color: 5022115.

HSL color Cylindrical-coordinate representation of color #A3A14C: hue angle of 58.62º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A3A14C is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 161 76 -
CMYK 0 0.01 0.53 0.36
HSL 58.62º 0.36% 0.47% -
HSV(B) 58.62º 0.53% 0.64% -
XYZ 29.15 33.8 11.82 -
YUV 151.91 85.16 135.91 -
System Red Green Blue C M Y K H S L
Decimal 163 161 76 0 0.01 0.53 0.36 58.62 0.36 0.47
Hex A3 A1 4C 0 1 35 24 3B 24 2F
Octal 243 241 114 0 1 65 44 73 44 57
Binary 10100011 10100001 1001100 0 1 110101 100100 111011 100100 101111

Color Harmonies of #A3A14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A14C

Black with #A3A14C

Text Example


Text Example

White with #A3A14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A14C; }

 p { color: rgb(163,161,76); }

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

background-color css

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

 a { background-color: rgb(163,161,76); }

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

border-color css

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

 span { border-color: rgb(163,161,76); }

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