Html Css Color HEX #A3A348 Brass

📋 copy color: '#A3A348'

red 163 ◦ green 163 ◦ blue 72

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

Shades of Brass #A3A348

Tints of Brass #A3A348

RGB

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

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

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

R = 40.95%
G = 40.95%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A3A348 (or 0xA3A348) is known color: Brass. HEX triplet: A3, A3 and 48. RGB value is (163,163,72). Sum of RGB (Red+Green+Blue) = 163+163+72=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 163 - color contains mainly: red, green. Hex color #A3A348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A348 is #5C5CB7. Grayscale: #989898. Windows color (decimal): -6053048 or 4760483. OLE color: 4760483.

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

Color convert

RGB 163 163 72 -
CMYK 0 0 0.56 0.36
HSL 60º 0.39% 0.46% -
HSV(B) 60º 0.56% 0.64% -
XYZ 29.37 34.45 11.23 -
YUV 152.63 82.5 135.4 -
System Red Green Blue C M Y K H S L
Decimal 163 163 72 0 0 0.56 0.36 60 0.39 0.46
Hex A3 A3 48 0 0 38 24 3C 27 2E
Octal 243 243 110 0 0 70 44 74 47 56
Binary 10100011 10100011 1001000 0 0 111000 100100 111100 100111 101110

Color Harmonies of #A3A348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A348

Black with #A3A348

Text Example


Text Example

White with #A3A348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A348; }

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

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

background-color css

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

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

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

border-color css

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

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

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