Html Css Color HEX #A49F35 Brass

📋 copy color: '#A49F35'

red 164 ◦ green 159 ◦ blue 53

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

Shades of Brass #A49F35

Tints of Brass #A49F35

RGB

 RED value IS 164 (64.45% from 255) = 43.62%

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

 BLUE value IS 53 (21.09% from 255) = 14.1%

R = 43.62%
G = 42.29%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A49F35 (or 0xA49F35) is known color: Brass. HEX triplet: A4, 9F and 35. RGB value is (164,159,53). Sum of RGB (Red+Green+Blue) = 164+159+53=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49F35 is #5B60CA. Grayscale: #949494. Windows color (decimal): -5988555 or 3514276. OLE color: 3514276.

HSL color Cylindrical-coordinate representation of color #A49F35: hue angle of 57.3º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A49F35 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 159 53 -
CMYK 0 0.03 0.68 0.36
HSL 57.3º 0.51% 0.43% -
HSV(B) 57.3º 0.68% 0.64% -
XYZ 28.35 32.95 8.23 -
YUV 148.41 74.16 139.12 -
System Red Green Blue C M Y K H S L
Decimal 164 159 53 0 0.03 0.68 0.36 57.3 0.51 0.43
Hex A4 9F 35 0 3 44 24 39 33 2B
Octal 244 237 65 0 3 104 44 71 63 53
Binary 10100100 10011111 110101 0 11 1000100 100100 111001 110011 101011

Color Harmonies of #A49F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49F35

Black with #A49F35

Text Example


Text Example

White with #A49F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49F35; }

 p { color: rgb(164,159,53); }

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

background-color css

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

 a { background-color: rgb(164,159,53); }

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

border-color css

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

 span { border-color: rgb(164,159,53); }

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