Html Css Color HEX #A3A84C Brass

📋 copy color: '#A3A84C'

red 163 ◦ green 168 ◦ blue 76

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

Shades of Brass #A3A84C

Tints of Brass #A3A84C

RGB

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

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

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

R = 40.05%
G = 41.28%
B = 18.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#A3A84C (or 0xA3A84C) is known color: Brass. HEX triplet: A3, A8 and 4C. RGB value is (163,168,76). Sum of RGB (Red+Green+Blue) = 163+168+76=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 168 - color contains mainly: green. Hex color #A3A84C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A84C is #5C57B3. Grayscale: #9C9C9C. Windows color (decimal): -6051764 or 5023907. OLE color: 5023907.

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

Color convert

RGB 163 168 76 -
CMYK 0.03 0 0.55 0.34
HSL 63.26º 0.38% 0.48% -
HSV(B) 63.26º 0.55% 0.66% -
XYZ 30.41 36.31 12.24 -
YUV 156.02 82.84 132.98 -
System Red Green Blue C M Y K H S L
Decimal 163 168 76 0.03 0 0.55 0.34 63.26 0.38 0.48
Hex A3 A8 4C 3 0 37 22 3F 26 30
Octal 243 250 114 3 0 67 42 77 46 60
Binary 10100011 10101000 1001100 11 0 110111 100010 111111 100110 110000

Color Harmonies of #A3A84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A84C

Black with #A3A84C

Text Example


Text Example

White with #A3A84C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A84C; }

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

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

background-color css

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

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

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

border-color css

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

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

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