Html Css Color HEX #A6A545 Brass

📋 copy color: '#A6A545'

red 166 ◦ green 165 ◦ blue 69

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

Shades of Brass #A6A545

Tints of Brass #A6A545

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.25%

 BLUE value IS 69 (27.34% from 255) = 17.25%

R = 41.5%
G = 41.25%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A6A545 (or 0xA6A545) is known color: Brass. HEX triplet: A6, A5 and 45. RGB value is (166,165,69). Sum of RGB (Red+Green+Blue) = 166+165+69=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A545 is #595ABA. Grayscale: #9A9A9A. Windows color (decimal): -5855931 or 4564390. OLE color: 4564390.

HSL color Cylindrical-coordinate representation of color #A6A545: hue angle of 59.38º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6A545 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 165 69 -
CMYK 0 0.01 0.58 0.35
HSL 59.38º 0.41% 0.46% -
HSV(B) 59.38º 0.58% 0.65% -
XYZ 30.26 35.45 10.88 -
YUV 154.36 79.83 136.31 -
System Red Green Blue C M Y K H S L
Decimal 166 165 69 0 0.01 0.58 0.35 59.38 0.41 0.46
Hex A6 A5 45 0 1 3A 23 3B 29 2E
Octal 246 245 105 0 1 72 43 73 51 56
Binary 10100110 10100101 1000101 0 1 111010 100011 111011 101001 101110

Color Harmonies of #A6A545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A545

Black with #A6A545

Text Example


Text Example

White with #A6A545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A545; }

 p { color: rgb(166,165,69); }

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

background-color css

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

 a { background-color: rgb(166,165,69); }

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

border-color css

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

 span { border-color: rgb(166,165,69); }

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