Html Css Color HEX #A36615 Golden Brown

📋 copy color: '#A36615'

red 163 ◦ green 102 ◦ blue 21

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

Shades of Golden Brown #A36615

Tints of Golden Brown #A36615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.34%

R = 56.99%
G = 35.66%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A36615 (or 0xA36615) is known color: Golden Brown. HEX triplet: A3, 66 and 15. RGB value is (163,102,21). Sum of RGB (Red+Green+Blue) = 163+102+21=286 (37% of max value = 765). Red value is 163 (64.06% from 255 or 56.99% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 163 - color contains mainly: red. Hex color #A36615 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36615 is #5C99EA. Grayscale: #6F6F6F. Windows color (decimal): -6068715 or 1402531. OLE color: 1402531.

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

Color convert

RGB 163 102 21 -
CMYK 0 0.37 0.87 0.36
HSL 34.23º 0.77% 0.36% -
HSV(B) 34.23º 0.87% 0.64% -
XYZ 19.99 17.34 3 -
YUV 111.01 77.21 165.09 -
System Red Green Blue C M Y K H S L
Decimal 163 102 21 0 0.37 0.87 0.36 34.23 0.77 0.36
Hex A3 66 15 0 25 57 24 22 4D 24
Octal 243 146 25 0 45 127 44 42 115 44
Binary 10100011 1100110 10101 0 100101 1010111 100100 100010 1001101 100100

Color Harmonies of #A36615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36615

Black with #A36615

Text Example


Text Example

White with #A36615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36615; }

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

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

background-color css

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

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

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

border-color css

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

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

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