Html Css Color HEX #A79B3E Brass

📋 copy color: '#A79B3E'

red 167 ◦ green 155 ◦ blue 62

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

Shades of Brass #A79B3E

Tints of Brass #A79B3E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.36%

 BLUE value IS 62 (24.61% from 255) = 16.15%

R = 43.49%
G = 40.36%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A79B3E (or 0xA79B3E) is known color: Brass. HEX triplet: A7, 9B and 3E. RGB value is (167,155,62). Sum of RGB (Red+Green+Blue) = 167+155+62=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 62 (24.61% from 255 or 16.15% from 384); Max value from RGB is 167 - color contains mainly: red. Hex color #A79B3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79B3E is #5864C1. Grayscale: #949494. Windows color (decimal): -5792962 or 4103079. OLE color: 4103079.

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

Color convert

RGB 167 155 62 -
CMYK 0 0.07 0.63 0.35
HSL 53.14º 0.46% 0.45% -
HSV(B) 53.14º 0.63% 0.65% -
XYZ 28.53 32.01 9.23 -
YUV 147.99 79.48 141.56 -
System Red Green Blue C M Y K H S L
Decimal 167 155 62 0 0.07 0.63 0.35 53.14 0.46 0.45
Hex A7 9B 3E 0 7 3F 23 35 2E 2D
Octal 247 233 76 0 7 77 43 65 56 55
Binary 10100111 10011011 111110 0 111 111111 100011 110101 101110 101101

Color Harmonies of #A79B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79B3E

Black with #A79B3E

Text Example


Text Example

White with #A79B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79B3E; }

 p { color: rgb(167,155,62); }

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

background-color css

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

 a { background-color: rgb(167,155,62); }

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

border-color css

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

 span { border-color: rgb(167,155,62); }

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