Html Css Color HEX #A3A23A Brass

📋 copy color: '#A3A23A'

red 163 ◦ green 162 ◦ blue 58

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

Shades of Brass #A3A23A

Tints of Brass #A3A23A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.14%

R = 42.56%
G = 42.3%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A3A23A (or 0xA3A23A) is known color: Brass. HEX triplet: A3, A2 and 3A. RGB value is (163,162,58). Sum of RGB (Red+Green+Blue) = 163+162+58=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A23A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A23A is #5C5DC5. Grayscale: #969696. Windows color (decimal): -6053318 or 3842723. OLE color: 3842723.

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

Color convert

RGB 163 162 58 -
CMYK 0 0.01 0.64 0.36
HSL 59.43º 0.48% 0.43% -
HSV(B) 59.43º 0.64% 0.64% -
XYZ 28.79 33.93 9.04 -
YUV 150.44 75.83 136.96 -
System Red Green Blue C M Y K H S L
Decimal 163 162 58 0 0.01 0.64 0.36 59.43 0.48 0.43
Hex A3 A2 3A 0 1 40 24 3B 30 2B
Octal 243 242 72 0 1 100 44 73 60 53
Binary 10100011 10100010 111010 0 1 1000000 100100 111011 110000 101011

Color Harmonies of #A3A23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A23A

Black with #A3A23A

Text Example


Text Example

White with #A3A23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A23A; }

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

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

background-color css

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

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

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

border-color css

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

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

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