Html Css Color HEX #A3A248 Brass

📋 copy color: '#A3A248'

red 163 ◦ green 162 ◦ blue 72

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

Shades of Brass #A3A248

Tints of Brass #A3A248

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.81%

 BLUE value IS 72 (28.52% from 255) = 18.14%

R = 41.06%
G = 40.81%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A3A248 (or 0xA3A248) is known color: Brass. HEX triplet: A3, A2 and 48. RGB value is (163,162,72). Sum of RGB (Red+Green+Blue) = 163+162+72=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A248 is #5C5DB7. Grayscale: #989898. Windows color (decimal): -6053304 or 4760227. OLE color: 4760227.

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

Color convert

RGB 163 162 72 -
CMYK 0 0.01 0.56 0.36
HSL 59.34º 0.39% 0.46% -
HSV(B) 59.34º 0.56% 0.64% -
XYZ 29.19 34.1 11.17 -
YUV 152.04 82.83 135.82 -
System Red Green Blue C M Y K H S L
Decimal 163 162 72 0 0.01 0.56 0.36 59.34 0.39 0.46
Hex A3 A2 48 0 1 38 24 3B 27 2E
Octal 243 242 110 0 1 70 44 73 47 56
Binary 10100011 10100010 1001000 0 1 111000 100100 111011 100111 101110

Color Harmonies of #A3A248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A248

Black with #A3A248

Text Example


Text Example

White with #A3A248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A248; }

 p { color: rgb(163,162,72); }

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

background-color css

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

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

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

border-color css

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

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

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