Html Css Color HEX #A76713 Golden Brown

📋 copy color: '#A76713'

red 167 ◦ green 103 ◦ blue 19

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

Shades of Golden Brown #A76713

Tints of Golden Brown #A76713

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.64%

 BLUE value IS 19 (7.81% from 255) = 6.57%

R = 57.79%
G = 35.64%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A76713 (or 0xA76713) is known color: Golden Brown. HEX triplet: A7, 67 and 13. RGB value is (167,103,19). Sum of RGB (Red+Green+Blue) = 167+103+19=289 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.79% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 167 - color contains mainly: red. Hex color #A76713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76713 is #5898EC. Grayscale: #707070. Windows color (decimal): -5806317 or 1271719. OLE color: 1271719.

HSL color Cylindrical-coordinate representation of color #A76713: hue angle of 34.05º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A76713 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 103 19 -
CMYK 0 0.38 0.89 0.35
HSL 34.05º 0.8% 0.36% -
HSV(B) 34.05º 0.89% 0.65% -
XYZ 20.9 17.96 2.98 -
YUV 112.56 75.2 166.83 -
System Red Green Blue C M Y K H S L
Decimal 167 103 19 0 0.38 0.89 0.35 34.05 0.8 0.36
Hex A7 67 13 0 26 59 23 22 50 24
Octal 247 147 23 0 46 131 43 42 120 44
Binary 10100111 1100111 10011 0 100110 1011001 100011 100010 1010000 100100

Color Harmonies of #A76713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76713

Black with #A76713

Text Example


Text Example

White with #A76713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76713; }

 p { color: rgb(167,103,19); }

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

background-color css

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

 a { background-color: rgb(167,103,19); }

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

border-color css

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

 span { border-color: rgb(167,103,19); }

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