Html Css Color HEX #A6A23A Brass

📋 copy color: '#A6A23A'

red 166 ◦ green 162 ◦ blue 58

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

Shades of Brass #A6A23A

Tints of Brass #A6A23A

RGB

 RED value IS 166 (65.23% from 255) = 43.01%

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

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

R = 43.01%
G = 41.97%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A6A23A (or 0xA6A23A) is known color: Brass. HEX triplet: A6, A2 and 3A. RGB value is (166,162,58). Sum of RGB (Red+Green+Blue) = 166+162+58=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 58 (23.05% from 255 or 15.03% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A23A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A23A is #595DC5. Grayscale: #979797. Windows color (decimal): -5856710 or 3842726. OLE color: 3842726.

HSL color Cylindrical-coordinate representation of color #A6A23A: hue angle of 57.78º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A6A23A is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 162 58 -
CMYK 0 0.02 0.65 0.35
HSL 57.78º 0.48% 0.44% -
HSV(B) 57.78º 0.65% 0.65% -
XYZ 29.41 34.25 9.06 -
YUV 151.34 75.33 138.46 -
System Red Green Blue C M Y K H S L
Decimal 166 162 58 0 0.02 0.65 0.35 57.78 0.48 0.44
Hex A6 A2 3A 0 2 41 23 3A 30 2C
Octal 246 242 72 0 2 101 43 72 60 54
Binary 10100110 10100010 111010 0 10 1000001 100011 111010 110000 101100

Color Harmonies of #A6A23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A23A

Black with #A6A23A

Text Example


Text Example

White with #A6A23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A23A; }

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

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

background-color css

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

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

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

border-color css

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

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

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