Html Css Color HEX #A76313 Golden Brown

📋 copy color: '#A76313'

red 167 ◦ green 99 ◦ blue 19

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

Shades of Golden Brown #A76313

Tints of Golden Brown #A76313

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.74%

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

R = 58.6%
G = 34.74%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A76313 (or 0xA76313) is known color: Golden Brown. HEX triplet: A7, 63 and 13. RGB value is (167,99,19). Sum of RGB (Red+Green+Blue) = 167+99+19=285 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.60% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 167 - color contains mainly: red. Hex color #A76313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76313 is #589CEC. Grayscale: #6E6E6E. Windows color (decimal): -5807341 or 1270695. OLE color: 1270695.

HSL color Cylindrical-coordinate representation of color #A76313: hue angle of 32.43º 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 #A76313 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 99 19 -
CMYK 0 0.41 0.89 0.35
HSL 32.43º 0.8% 0.36% -
HSV(B) 32.43º 0.89% 0.65% -
XYZ 20.52 17.19 2.85 -
YUV 110.21 76.53 168.5 -
System Red Green Blue C M Y K H S L
Decimal 167 99 19 0 0.41 0.89 0.35 32.43 0.8 0.36
Hex A7 63 13 0 29 59 23 20 50 24
Octal 247 143 23 0 51 131 43 40 120 44
Binary 10100111 1100011 10011 0 101001 1011001 100011 100000 1010000 100100

Color Harmonies of #A76313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76313

Black with #A76313

Text Example


Text Example

White with #A76313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76313; }

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

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

background-color css

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

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

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

border-color css

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

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

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