Html Css Color HEX #A3A243 Brass

📋 copy color: '#A3A243'

red 163 ◦ green 162 ◦ blue 67

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

Shades of Brass #A3A243

Tints of Brass #A3A243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.09%

R = 41.58%
G = 41.33%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A3A243 (or 0xA3A243) is known color: Brass. HEX triplet: A3, A2 and 43. RGB value is (163,162,67). Sum of RGB (Red+Green+Blue) = 163+162+67=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 67 (26.56% from 255 or 17.09% from 392); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A243 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A243 is #5C5DBC. Grayscale: #979797. Windows color (decimal): -6053309 or 4432547. OLE color: 4432547.

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

Color convert

RGB 163 162 67 -
CMYK 0 0.01 0.59 0.36
HSL 59.38º 0.42% 0.45% -
HSV(B) 59.38º 0.59% 0.64% -
XYZ 29.04 34.03 10.35 -
YUV 151.47 80.33 136.22 -
System Red Green Blue C M Y K H S L
Decimal 163 162 67 0 0.01 0.59 0.36 59.38 0.42 0.45
Hex A3 A2 43 0 1 3B 24 3B 2A 2D
Octal 243 242 103 0 1 73 44 73 52 55
Binary 10100011 10100010 1000011 0 1 111011 100100 111011 101010 101101

Color Harmonies of #A3A243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A243

Black with #A3A243

Text Example


Text Example

White with #A3A243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A243; }

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

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

background-color css

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

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

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

border-color css

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

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

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