Html Css Color HEX #A79376 Bronco

📋 copy color: '#A79376'

red 167 ◦ green 147 ◦ blue 118

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

Shades of Bronco #A79376

Tints of Bronco #A79376

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.03%

 BLUE value IS 118 (46.48% from 255) = 27.31%

R = 38.66%
G = 34.03%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A79376 (or 0xA79376) is known color: Bronco. HEX triplet: A7, 93 and 76. RGB value is (167,147,118). Sum of RGB (Red+Green+Blue) = 167+147+118=432 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.66% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 167 - color contains mainly: red. Hex color #A79376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79376 is #586C89. Grayscale: #959595. Windows color (decimal): -5794954 or 7771047. OLE color: 7771047.

HSL color Cylindrical-coordinate representation of color #A79376: hue angle of 35.51º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A79376 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 147 118 -
CMYK 0 0.12 0.29 0.35
HSL 35.51º 0.22% 0.56% -
HSV(B) 35.51º 0.29% 0.65% -
XYZ 29.64 30.39 21.44 -
YUV 149.67 110.13 140.36 -
System Red Green Blue C M Y K H S L
Decimal 167 147 118 0 0.12 0.29 0.35 35.51 0.22 0.56
Hex A7 93 76 0 C 1D 23 24 16 38
Octal 247 223 166 0 14 35 43 44 26 70
Binary 10100111 10010011 1110110 0 1100 11101 100011 100100 10110 111000

Color Harmonies of #A79376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79376

Black with #A79376

Text Example


Text Example

White with #A79376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79376; }

 p { color: rgb(167,147,118); }

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

background-color css

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

 a { background-color: rgb(167,147,118); }

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

border-color css

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

 span { border-color: rgb(167,147,118); }

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