Html Css Color HEX #A6AB46 Brass

📋 copy color: '#A6AB46'

red 166 ◦ green 171 ◦ blue 70

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

Shades of Brass #A6AB46

Tints of Brass #A6AB46

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.01%

 BLUE value IS 70 (27.73% from 255) = 17.2%

R = 40.79%
G = 42.01%
B = 17.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#A6AB46 (or 0xA6AB46) is known color: Brass. HEX triplet: A6, AB and 46. RGB value is (166,171,70). Sum of RGB (Red+Green+Blue) = 166+171+70=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AB46 is #5954B9. Grayscale: #9E9E9E. Windows color (decimal): -5854394 or 4631462. OLE color: 4631462.

HSL color Cylindrical-coordinate representation of color #A6AB46: hue angle of 62.97º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A6AB46 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 171 70 -
CMYK 0.03 0 0.59 0.33
HSL 62.97º 0.42% 0.47% -
HSV(B) 62.97º 0.59% 0.67% -
XYZ 31.39 37.68 11.41 -
YUV 157.99 78.34 133.71 -
System Red Green Blue C M Y K H S L
Decimal 166 171 70 0.03 0 0.59 0.33 62.97 0.42 0.47
Hex A6 AB 46 3 0 3B 21 3F 2A 2F
Octal 246 253 106 3 0 73 41 77 52 57
Binary 10100110 10101011 1000110 11 0 111011 100001 111111 101010 101111

Color Harmonies of #A6AB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AB46

Black with #A6AB46

Text Example


Text Example

White with #A6AB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AB46; }

 p { color: rgb(166,171,70); }

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

background-color css

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

 a { background-color: rgb(166,171,70); }

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

border-color css

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

 span { border-color: rgb(166,171,70); }

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