Html Css Color HEX #A3A34F Brass

📋 copy color: '#A3A34F'

red 163 ◦ green 163 ◦ blue 79

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

Shades of Brass #A3A34F

Tints of Brass #A3A34F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.25%

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

R = 40.25%
G = 40.25%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A3A34F (or 0xA3A34F) is known color: Brass. HEX triplet: A3, A3 and 4F. RGB value is (163,163,79). Sum of RGB (Red+Green+Blue) = 163+163+79=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 79 (31.25% from 255 or 19.51% from 405); Max value from RGB is 163 - color contains mainly: red, green. Hex color #A3A34F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A34F is #5C5CB0. Grayscale: #999999. Windows color (decimal): -6053041 or 5219235. OLE color: 5219235.

HSL color Cylindrical-coordinate representation of color #A3A34F: hue angle of 60º 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 #A3A34F is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 163 79 -
CMYK 0 0 0.52 0.36
HSL 60º 0.35% 0.47% -
HSV(B) 60º 0.52% 0.64% -
XYZ 29.61 34.55 12.5 -
YUV 153.42 86 134.83 -
System Red Green Blue C M Y K H S L
Decimal 163 163 79 0 0 0.52 0.36 60 0.35 0.47
Hex A3 A3 4F 0 0 34 24 3C 23 2F
Octal 243 243 117 0 0 64 44 74 43 57
Binary 10100011 10100011 1001111 0 0 110100 100100 111100 100011 101111

Color Harmonies of #A3A34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A34F

Black with #A3A34F

Text Example


Text Example

White with #A3A34F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A34F; }

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

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

background-color css

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

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

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

border-color css

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

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

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