Html Css Color HEX #A6A84A Brass

📋 copy color: '#A6A84A'

red 166 ◦ green 168 ◦ blue 74

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

Shades of Brass #A6A84A

Tints of Brass #A6A84A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.18%

 BLUE value IS 74 (29.3% from 255) = 18.14%

R = 40.69%
G = 41.18%
B = 18.14%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.56

 K value IS 0.34

RGB Variations

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

Color information

#A6A84A (or 0xA6A84A) is known color: Brass. HEX triplet: A6, A8 and 4A. RGB value is (166,168,74). Sum of RGB (Red+Green+Blue) = 166+168+74=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 168 - color contains mainly: green. Hex color #A6A84A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A84A is #5957B5. Grayscale: #9D9D9D. Windows color (decimal): -5855158 or 4892838. OLE color: 4892838.

HSL color Cylindrical-coordinate representation of color #A6A84A: hue angle of 61.28º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6A84A is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB 166 168 74 -
CMYK 0.01 0 0.56 0.34
HSL 61.28º 0.39% 0.47% -
HSV(B) 61.28º 0.56% 0.66% -
XYZ 30.96 36.61 11.91 -
YUV 156.69 81.34 134.64 -
System Red Green Blue C M Y K H S L
Decimal 166 168 74 0.01 0 0.56 0.34 61.28 0.39 0.47
Hex A6 A8 4A 1 0 38 22 3D 27 2F
Octal 246 250 112 1 0 70 42 75 47 57
Binary 10100110 10101000 1001010 1 0 111000 100010 111101 100111 101111

Color Harmonies of #A6A84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A84A

Black with #A6A84A

Text Example


Text Example

White with #A6A84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A84A; }

 p { color: rgb(166,168,74); }

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

background-color css

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

 a { background-color: rgb(166,168,74); }

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

border-color css

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

 span { border-color: rgb(166,168,74); }

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