Html Css Color HEX #A79C3F Brass

📋 copy color: '#A79C3F'

red 167 ◦ green 156 ◦ blue 63

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

Shades of Brass #A79C3F

Tints of Brass #A79C3F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.41%

 BLUE value IS 63 (25% from 255) = 16.32%

R = 43.26%
G = 40.41%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A79C3F (or 0xA79C3F) is known color: Brass. HEX triplet: A7, 9C and 3F. RGB value is (167,156,63). Sum of RGB (Red+Green+Blue) = 167+156+63=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 167 - color contains mainly: red. Hex color #A79C3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79C3F is #5863C0. Grayscale: #959595. Windows color (decimal): -5792705 or 4168871. OLE color: 4168871.

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

Color convert

RGB 167 156 63 -
CMYK 0 0.07 0.62 0.35
HSL 53.65º 0.45% 0.45% -
HSV(B) 53.65º 0.62% 0.65% -
XYZ 28.72 32.35 9.43 -
YUV 148.69 79.64 141.06 -
System Red Green Blue C M Y K H S L
Decimal 167 156 63 0 0.07 0.62 0.35 53.65 0.45 0.45
Hex A7 9C 3F 0 7 3E 23 36 2D 2D
Octal 247 234 77 0 7 76 43 66 55 55
Binary 10100111 10011100 111111 0 111 111110 100011 110110 101101 101101

Color Harmonies of #A79C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79C3F

Black with #A79C3F

Text Example


Text Example

White with #A79C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79C3F; }

 p { color: rgb(167,156,63); }

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

background-color css

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

 a { background-color: rgb(167,156,63); }

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

border-color css

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

 span { border-color: rgb(167,156,63); }

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