Html Css Color HEX #A79E37 Brass

📋 copy color: '#A79E37'

red 167 ◦ green 158 ◦ blue 55

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

Shades of Brass #A79E37

Tints of Brass #A79E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.47%

R = 43.95%
G = 41.58%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A79E37 (or 0xA79E37) is known color: Brass. HEX triplet: A7, 9E and 37. RGB value is (167,158,55). Sum of RGB (Red+Green+Blue) = 167+158+55=380 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.95% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 55 (21.88% from 255 or 14.47% from 380); Max value from RGB is 167 - color contains mainly: red. Hex color #A79E37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79E37 is #5861C8. Grayscale: #959595. Windows color (decimal): -5792201 or 3645095. OLE color: 3645095.

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

Color convert

RGB 167 158 55 -
CMYK 0 0.05 0.67 0.35
HSL 55.18º 0.5% 0.44% -
HSV(B) 55.18º 0.67% 0.65% -
XYZ 28.85 32.95 8.45 -
YUV 148.95 74.98 140.88 -
System Red Green Blue C M Y K H S L
Decimal 167 158 55 0 0.05 0.67 0.35 55.18 0.5 0.44
Hex A7 9E 37 0 5 43 23 37 32 2C
Octal 247 236 67 0 5 103 43 67 62 54
Binary 10100111 10011110 110111 0 101 1000011 100011 110111 110010 101100

Color Harmonies of #A79E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79E37

Black with #A79E37

Text Example


Text Example

White with #A79E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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