Html Css Color HEX #A67113 Golden Brown

📋 copy color: '#A67113'

red 166 ◦ green 113 ◦ blue 19

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

Shades of Golden Brown #A67113

Tints of Golden Brown #A67113

RGB

 RED value IS 166 (65.23% from 255) = 55.7%

 GREEN value IS 113 (44.53% from 255) = 37.92%

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

R = 55.7%
G = 37.92%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A67113 (or 0xA67113) is known color: Golden Brown. HEX triplet: A6, 71 and 13. RGB value is (166,113,19). Sum of RGB (Red+Green+Blue) = 166+113+19=298 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.70% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 166 - color contains mainly: red. Hex color #A67113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67113 is #598EEC. Grayscale: #767676. Windows color (decimal): -5869293 or 1274278. OLE color: 1274278.

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

Color convert

RGB 166 113 19 -
CMYK 0 0.32 0.89 0.35
HSL 38.37º 0.79% 0.36% -
HSV(B) 38.37º 0.89% 0.65% -
XYZ 21.75 19.96 3.32 -
YUV 118.13 72.06 162.14 -
System Red Green Blue C M Y K H S L
Decimal 166 113 19 0 0.32 0.89 0.35 38.37 0.79 0.36
Hex A6 71 13 0 20 59 23 26 4F 24
Octal 246 161 23 0 40 131 43 46 117 44
Binary 10100110 1110001 10011 0 100000 1011001 100011 100110 1001111 100100

Color Harmonies of #A67113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67113

Black with #A67113

Text Example


Text Example

White with #A67113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67113; }

 p { color: rgb(166,113,19); }

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

background-color css

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

 a { background-color: rgb(166,113,19); }

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

border-color css

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

 span { border-color: rgb(166,113,19); }

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