Html Css Color HEX #A49F38 Brass

📋 copy color: '#A49F38'

red 164 ◦ green 159 ◦ blue 56

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

Shades of Brass #A49F38

Tints of Brass #A49F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.78%

R = 43.27%
G = 41.95%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A49F38 (or 0xA49F38) is known color: Brass. HEX triplet: A4, 9F and 38. RGB value is (164,159,56). Sum of RGB (Red+Green+Blue) = 164+159+56=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 159 (62.5% from 255 or 41.95% from 379); Blue value is 56 (22.27% from 255 or 14.78% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49F38 is #5B60C7. Grayscale: #959595. Windows color (decimal): -5988552 or 3710884. OLE color: 3710884.

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

Color convert

RGB 164 159 56 -
CMYK 0 0.03 0.66 0.36
HSL 57.22º 0.49% 0.43% -
HSV(B) 57.22º 0.66% 0.64% -
XYZ 28.42 32.97 8.61 -
YUV 148.75 75.66 138.88 -
System Red Green Blue C M Y K H S L
Decimal 164 159 56 0 0.03 0.66 0.36 57.22 0.49 0.43
Hex A4 9F 38 0 3 42 24 39 31 2B
Octal 244 237 70 0 3 102 44 71 61 53
Binary 10100100 10011111 111000 0 11 1000010 100100 111001 110001 101011

Color Harmonies of #A49F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49F38

Black with #A49F38

Text Example


Text Example

White with #A49F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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