Html Css Color HEX #A6AB3C Brass

📋 copy color: '#A6AB3C'

red 166 ◦ green 171 ◦ blue 60

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

Shades of Brass #A6AB3C

Tints of Brass #A6AB3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.11%

R = 41.81%
G = 43.07%
B = 15.11%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#A6AB3C (or 0xA6AB3C) is known color: Brass. HEX triplet: A6, AB and 3C. RGB value is (166,171,60). Sum of RGB (Red+Green+Blue) = 166+171+60=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 60 (23.83% from 255 or 15.11% from 397); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AB3C is #5954C3. Grayscale: #9D9D9D. Windows color (decimal): -5854404 or 3976102. OLE color: 3976102.

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

Color convert

RGB 166 171 60 -
CMYK 0.03 0 0.65 0.33
HSL 62.7º 0.48% 0.45% -
HSV(B) 62.7º 0.65% 0.67% -
XYZ 31.1 37.56 9.89 -
YUV 156.85 73.34 134.53 -
System Red Green Blue C M Y K H S L
Decimal 166 171 60 0.03 0 0.65 0.33 62.7 0.48 0.45
Hex A6 AB 3C 3 0 41 21 3F 30 2D
Octal 246 253 74 3 0 101 41 77 60 55
Binary 10100110 10101011 111100 11 0 1000001 100001 111111 110000 101101

Color Harmonies of #A6AB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AB3C

Black with #A6AB3C

Text Example


Text Example

White with #A6AB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AB3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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