Html Css Color HEX #A3A14F Brass

📋 copy color: '#A3A14F'

red 163 ◦ green 161 ◦ blue 79

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

Shades of Brass #A3A14F

Tints of Brass #A3A14F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.6%

R = 40.45%
G = 39.95%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A3A14F (or 0xA3A14F) is known color: Brass. HEX triplet: A3, A1 and 4F. RGB value is (163,161,79). Sum of RGB (Red+Green+Blue) = 163+161+79=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 79 (31.25% from 255 or 19.60% from 403); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A14F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A14F is #5C5EB0. Grayscale: #989898. Windows color (decimal): -6053553 or 5218723. OLE color: 5218723.

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

Color convert

RGB 163 161 79 -
CMYK 0 0.01 0.52 0.36
HSL 58.57º 0.35% 0.47% -
HSV(B) 58.57º 0.52% 0.64% -
XYZ 29.26 33.84 12.39 -
YUV 152.25 86.66 135.67 -
System Red Green Blue C M Y K H S L
Decimal 163 161 79 0 0.01 0.52 0.36 58.57 0.35 0.47
Hex A3 A1 4F 0 1 34 24 3B 23 2F
Octal 243 241 117 0 1 64 44 73 43 57
Binary 10100011 10100001 1001111 0 1 110100 100100 111011 100011 101111

Color Harmonies of #A3A14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A14F

Black with #A3A14F

Text Example


Text Example

White with #A3A14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A14F; }

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

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

background-color css

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

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

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

border-color css

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

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

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