Html Css Color HEX #A67311 Golden Brown

📋 copy color: '#A67311'

red 166 ◦ green 115 ◦ blue 17

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

Shades of Golden Brown #A67311

Tints of Golden Brown #A67311

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.59%

 BLUE value IS 17 (7.03% from 255) = 5.7%

R = 55.7%
G = 38.59%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A67311 (or 0xA67311) is known color: Golden Brown. HEX triplet: A6, 73 and 11. RGB value is (166,115,17). Sum of RGB (Red+Green+Blue) = 166+115+17=298 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.70% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 166 - color contains mainly: red. Hex color #A67311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67311 is #598CEE. Grayscale: #777777. Windows color (decimal): -5868783 or 1143718. OLE color: 1143718.

HSL color Cylindrical-coordinate representation of color #A67311: hue angle of 39.46º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A67311 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 115 17 -
CMYK 0 0.31 0.90 0.35
HSL 39.46º 0.81% 0.36% -
HSV(B) 39.46º 0.9% 0.65% -
XYZ 21.96 20.41 3.31 -
YUV 119.08 70.4 161.47 -
System Red Green Blue C M Y K H S L
Decimal 166 115 17 0 0.31 0.90 0.35 39.46 0.81 0.36
Hex A6 73 11 0 1F 5A 23 27 51 24
Octal 246 163 21 0 37 132 43 47 121 44
Binary 10100110 1110011 10001 0 11111 1011010 100011 100111 1010001 100100

Color Harmonies of #A67311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67311

Black with #A67311

Text Example


Text Example

White with #A67311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67311; }

 p { color: rgb(166,115,17); }

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

background-color css

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

 a { background-color: rgb(166,115,17); }

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

border-color css

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

 span { border-color: rgb(166,115,17); }

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