Html Css Color HEX #A6A348 Brass

📋 copy color: '#A6A348'

red 166 ◦ green 163 ◦ blue 72

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

Shades of Brass #A6A348

Tints of Brass #A6A348

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.65%

 BLUE value IS 72 (28.52% from 255) = 17.96%

R = 41.4%
G = 40.65%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A6A348 (or 0xA6A348) is known color: Brass. HEX triplet: A6, A3 and 48. RGB value is (166,163,72). Sum of RGB (Red+Green+Blue) = 166+163+72=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A348 is #595CB7. Grayscale: #999999. Windows color (decimal): -5856440 or 4760486. OLE color: 4760486.

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

Color convert

RGB 166 163 72 -
CMYK 0 0.02 0.57 0.35
HSL 58.09º 0.39% 0.47% -
HSV(B) 58.09º 0.57% 0.65% -
XYZ 29.99 34.77 11.26 -
YUV 153.52 81.99 136.9 -
System Red Green Blue C M Y K H S L
Decimal 166 163 72 0 0.02 0.57 0.35 58.09 0.39 0.47
Hex A6 A3 48 0 2 39 23 3A 27 2F
Octal 246 243 110 0 2 71 43 72 47 57
Binary 10100110 10100011 1001000 0 10 111001 100011 111010 100111 101111

Color Harmonies of #A6A348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A348

Black with #A6A348

Text Example


Text Example

White with #A6A348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A348; }

 p { color: rgb(166,163,72); }

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

background-color css

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

 a { background-color: rgb(166,163,72); }

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

border-color css

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

 span { border-color: rgb(166,163,72); }

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