Html Css Color HEX #A69E46 Brass

📋 copy color: '#A69E46'

red 166 ◦ green 158 ◦ blue 70

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

Shades of Brass #A69E46

Tints of Brass #A69E46

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.1%

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

R = 42.13%
G = 40.1%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A69E46 (or 0xA69E46) is known color: Brass. HEX triplet: A6, 9E and 46. RGB value is (166,158,70). Sum of RGB (Red+Green+Blue) = 166+158+70=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 70 (27.73% from 255 or 17.77% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A69E46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69E46 is #5961B9. Grayscale: #969696. Windows color (decimal): -5857722 or 4628134. OLE color: 4628134.

HSL color Cylindrical-coordinate representation of color #A69E46: hue angle of 55º 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 #A69E46 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 158 70 -
CMYK 0 0.05 0.58 0.35
HSL 55º 0.41% 0.46% -
HSV(B) 55º 0.58% 0.65% -
XYZ 29.06 33 10.63 -
YUV 150.36 82.65 139.16 -
System Red Green Blue C M Y K H S L
Decimal 166 158 70 0 0.05 0.58 0.35 55 0.41 0.46
Hex A6 9E 46 0 5 3A 23 37 29 2E
Octal 246 236 106 0 5 72 43 67 51 56
Binary 10100110 10011110 1000110 0 101 111010 100011 110111 101001 101110

Color Harmonies of #A69E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69E46

Black with #A69E46

Text Example


Text Example

White with #A69E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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