#A69F4B

Color #A69F4B Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #A69F4B

Tints of Brass #A69F4B

Color information

#A69F4B (or 0xA69F4B) is unknown color: approx Brass. HEX triplet: A6, 9F and 4B. RGB value is (166,159,75). Sum of RGB (Red+Green+Blue) = 166+159+75=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 166 - color contains mainly: red. Hex color #A69F4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69F4B is #5960B4. Grayscale: #979797. Windows color (decimal): -5857461 or 4956070. OLE color: 4956070.

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

Color convert

RGB16615975-
CMYK00.040.550.35
HSL55.38º37.76%47.25%-
HSV(B)55.38º54.82%65.1%-
XYZ29.3933.4111.56-
YUV151.5284.82138.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.5%
GREEN value IS 159 (62.5% from 255) = 39.75%
BLUE value IS 75 (29.69% from 255) = 18.75%
R=41.5%
G=39.75%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661597500.040.550.3555.3837.7647.25
HexA69F4B04372337262f
Octal246237113046743674657
Binary101001101001111110010110100110111100011110111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69F4B; }

 p { color: rgb(166,159,75); }

 H1.HeaderClassName
 {
   color: #A69F4B;
 }
 .AnyTagClassName
 {
   color: #A69F4B;
 }
</style>
background-color css

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

 a { background-color: rgb(166,159,75); }

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

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

 span { border-color: rgb(166,159,75); }

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