Html Css Color HEX #A09F41 Brass

📋 copy color: '#A09F41'

red 160 ◦ green 159 ◦ blue 65

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

Shades of Brass #A09F41

Tints of Brass #A09F41

RGB

 RED value IS 160 (62.89% from 255) = 41.67%

 GREEN value IS 159 (62.5% from 255) = 41.41%

 BLUE value IS 65 (25.78% from 255) = 16.93%

R = 41.67%
G = 41.41%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A09F41 (or 0xA09F41) is known color: Brass. HEX triplet: A0, 9F and 41. RGB value is (160,159,65). Sum of RGB (Red+Green+Blue) = 160+159+65=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A09F41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09F41 is #5F60BE. Grayscale: #949494. Windows color (decimal): -6250687 or 4300704. OLE color: 4300704.

HSL color Cylindrical-coordinate representation of color #A09F41: hue angle of 59.37º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A09F41 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 159 65 -
CMYK 0 0.01 0.59 0.37
HSL 59.37º 0.42% 0.44% -
HSV(B) 59.37º 0.59% 0.63% -
XYZ 27.85 32.65 9.84 -
YUV 148.58 80.83 136.14 -
System Red Green Blue C M Y K H S L
Decimal 160 159 65 0 0.01 0.59 0.37 59.37 0.42 0.44
Hex A0 9F 41 0 1 3B 25 3B 2A 2C
Octal 240 237 101 0 1 73 45 73 52 54
Binary 10100000 10011111 1000001 0 1 111011 100101 111011 101010 101100

Color Harmonies of #A09F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09F41

Black with #A09F41

Text Example


Text Example

White with #A09F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09F41; }

 p { color: rgb(160,159,65); }

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

background-color css

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

 a { background-color: rgb(160,159,65); }

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

border-color css

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

 span { border-color: rgb(160,159,65); }

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