Html Css Color HEX #A79C44 Brass

📋 copy color: '#A79C44'

red 167 ◦ green 156 ◦ blue 68

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

Shades of Brass #A79C44

Tints of Brass #A79C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.39%

R = 42.71%
G = 39.9%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A79C44 (or 0xA79C44) is known color: Brass. HEX triplet: A7, 9C and 44. RGB value is (167,156,68). Sum of RGB (Red+Green+Blue) = 167+156+68=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 68 (26.95% from 255 or 17.39% from 391); Max value from RGB is 167 - color contains mainly: red. Hex color #A79C44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79C44 is #5863BB. Grayscale: #959595. Windows color (decimal): -5792700 or 4496551. OLE color: 4496551.

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

Color convert

RGB 167 156 68 -
CMYK 0 0.07 0.59 0.35
HSL 53.33º 0.42% 0.46% -
HSV(B) 53.33º 0.59% 0.65% -
XYZ 28.87 32.41 10.2 -
YUV 149.26 82.14 140.66 -
System Red Green Blue C M Y K H S L
Decimal 167 156 68 0 0.07 0.59 0.35 53.33 0.42 0.46
Hex A7 9C 44 0 7 3B 23 35 2A 2E
Octal 247 234 104 0 7 73 43 65 52 56
Binary 10100111 10011100 1000100 0 111 111011 100011 110101 101010 101110

Color Harmonies of #A79C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79C44

Black with #A79C44

Text Example


Text Example

White with #A79C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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