Html Css Color HEX #A36614 Golden Brown

📋 copy color: '#A36614'

red 163 ◦ green 102 ◦ blue 20

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

Shades of Golden Brown #A36614

Tints of Golden Brown #A36614

RGB

 RED value IS 163 (64.06% from 255) = 57.19%

 GREEN value IS 102 (40.23% from 255) = 35.79%

 BLUE value IS 20 (8.2% from 255) = 7.02%

R = 57.19%
G = 35.79%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A36614 (or 0xA36614) is known color: Golden Brown. HEX triplet: A3, 66 and 14. RGB value is (163,102,20). Sum of RGB (Red+Green+Blue) = 163+102+20=285 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.19% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 163 - color contains mainly: red. Hex color #A36614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36614 is #5C99EB. Grayscale: #6F6F6F. Windows color (decimal): -6068716 or 1336995. OLE color: 1336995.

HSL color Cylindrical-coordinate representation of color #A36614: hue angle of 34.41º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A36614 is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 102 20 -
CMYK 0 0.37 0.88 0.36
HSL 34.41º 0.78% 0.36% -
HSV(B) 34.41º 0.88% 0.64% -
XYZ 19.98 17.34 2.96 -
YUV 110.89 76.71 165.17 -
System Red Green Blue C M Y K H S L
Decimal 163 102 20 0 0.37 0.88 0.36 34.41 0.78 0.36
Hex A3 66 14 0 25 58 24 22 4E 24
Octal 243 146 24 0 45 130 44 42 116 44
Binary 10100011 1100110 10100 0 100101 1011000 100100 100010 1001110 100100

Color Harmonies of #A36614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36614

Black with #A36614

Text Example


Text Example

White with #A36614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36614; }

 p { color: rgb(163,102,20); }

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

background-color css

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

 a { background-color: rgb(163,102,20); }

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

border-color css

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

 span { border-color: rgb(163,102,20); }

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