Html Css Color HEX #A36616 Golden Brown

📋 copy color: '#A36616'

red 163 ◦ green 102 ◦ blue 22

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

Shades of Golden Brown #A36616

Tints of Golden Brown #A36616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.67%

R = 56.79%
G = 35.54%
B = 7.67%

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

#A36616 (or 0xA36616) is known color: Golden Brown. HEX triplet: A3, 66 and 16. RGB value is (163,102,22). Sum of RGB (Red+Green+Blue) = 163+102+22=287 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.79% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 163 - color contains mainly: red. Hex color #A36616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36616 is #5C99E9. Grayscale: #6F6F6F. Windows color (decimal): -6068714 or 1468067. OLE color: 1468067.

HSL color Cylindrical-coordinate representation of color #A36616: hue angle of 34.04º degrees, saturation: 0.76, 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 #A36616 is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 102 22 -
CMYK 0 0.37 0.87 0.36
HSL 34.04º 0.76% 0.36% -
HSV(B) 34.04º 0.87% 0.64% -
XYZ 20 17.35 3.05 -
YUV 111.12 77.71 165 -
System Red Green Blue C M Y K H S L
Decimal 163 102 22 0 0.37 0.87 0.36 34.04 0.76 0.36
Hex A3 66 16 0 25 57 24 22 4C 24
Octal 243 146 26 0 45 127 44 42 114 44
Binary 10100011 1100110 10110 0 100101 1010111 100100 100010 1001100 100100

Color Harmonies of #A36616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36616

Black with #A36616

Text Example


Text Example

White with #A36616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36616; }

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

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

background-color css

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

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

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

border-color css

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

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

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