Html Css Color HEX #A79E3A Brass

📋 copy color: '#A79E3A'

red 167 ◦ green 158 ◦ blue 58

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

Shades of Brass #A79E3A

Tints of Brass #A79E3A

RGB

 RED value IS 167 (65.63% from 255) = 43.6%

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

 BLUE value IS 58 (23.05% from 255) = 15.14%

R = 43.6%
G = 41.25%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A79E3A (or 0xA79E3A) is known color: Brass. HEX triplet: A7, 9E and 3A. RGB value is (167,158,58). Sum of RGB (Red+Green+Blue) = 167+158+58=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 167 - color contains mainly: red. Hex color #A79E3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79E3A is #5861C5. Grayscale: #959595. Windows color (decimal): -5792198 or 3841703. OLE color: 3841703.

HSL color Cylindrical-coordinate representation of color #A79E3A: hue angle of 55.05º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A79E3A is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 158 58 -
CMYK 0 0.05 0.65 0.35
HSL 55.05º 0.48% 0.44% -
HSV(B) 55.05º 0.65% 0.65% -
XYZ 28.93 32.97 8.84 -
YUV 149.29 76.48 140.63 -
System Red Green Blue C M Y K H S L
Decimal 167 158 58 0 0.05 0.65 0.35 55.05 0.48 0.44
Hex A7 9E 3A 0 5 41 23 37 30 2C
Octal 247 236 72 0 5 101 43 67 60 54
Binary 10100111 10011110 111010 0 101 1000001 100011 110111 110000 101100

Color Harmonies of #A79E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79E3A

Black with #A79E3A

Text Example


Text Example

White with #A79E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79E3A; }

 p { color: rgb(167,158,58); }

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

background-color css

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

 a { background-color: rgb(167,158,58); }

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

border-color css

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

 span { border-color: rgb(167,158,58); }

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