Html Css Color HEX #A3A24C Brass

📋 copy color: '#A3A24C'

red 163 ◦ green 162 ◦ blue 76

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

Shades of Brass #A3A24C

Tints of Brass #A3A24C

RGB

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

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

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

R = 40.65%
G = 40.4%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A3A24C (or 0xA3A24C) is known color: Brass. HEX triplet: A3, A2 and 4C. RGB value is (163,162,76). Sum of RGB (Red+Green+Blue) = 163+162+76=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A24C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A24C is #5C5DB3. Grayscale: #989898. Windows color (decimal): -6053300 or 5022371. OLE color: 5022371.

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

Color convert

RGB 163 162 76 -
CMYK 0 0.01 0.53 0.36
HSL 59.31º 0.36% 0.47% -
HSV(B) 59.31º 0.53% 0.64% -
XYZ 29.33 34.15 11.88 -
YUV 152.5 84.83 135.49 -
System Red Green Blue C M Y K H S L
Decimal 163 162 76 0 0.01 0.53 0.36 59.31 0.36 0.47
Hex A3 A2 4C 0 1 35 24 3B 24 2F
Octal 243 242 114 0 1 65 44 73 44 57
Binary 10100011 10100010 1001100 0 1 110101 100100 111011 100100 101111

Color Harmonies of #A3A24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A24C

Black with #A3A24C

Text Example


Text Example

White with #A3A24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A24C; }

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

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

background-color css

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

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

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

border-color css

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

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

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