Html Css Color HEX #A36114 Golden Brown

📋 copy color: '#A36114'

red 163 ◦ green 97 ◦ blue 20

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

Shades of Golden Brown #A36114

Tints of Golden Brown #A36114

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.64%

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

R = 58.21%
G = 34.64%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A36114 (or 0xA36114) is known color: Golden Brown. HEX triplet: A3, 61 and 14. RGB value is (163,97,20). Sum of RGB (Red+Green+Blue) = 163+97+20=280 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.21% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 163 - color contains mainly: red. Hex color #A36114 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36114 is #5C9EEB. Grayscale: #6C6C6C. Windows color (decimal): -6069996 or 1335715. OLE color: 1335715.

HSL color Cylindrical-coordinate representation of color #A36114: hue angle of 32.31º 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 #A36114 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 97 20 -
CMYK 0 0.40 0.88 0.36
HSL 32.31º 0.78% 0.36% -
HSV(B) 32.31º 0.88% 0.64% -
XYZ 19.51 16.39 2.8 -
YUV 107.96 78.37 167.26 -
System Red Green Blue C M Y K H S L
Decimal 163 97 20 0 0.40 0.88 0.36 32.31 0.78 0.36
Hex A3 61 14 0 28 58 24 20 4E 24
Octal 243 141 24 0 50 130 44 40 116 44
Binary 10100011 1100001 10100 0 101000 1011000 100100 100000 1001110 100100

Color Harmonies of #A36114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36114

Black with #A36114

Text Example


Text Example

White with #A36114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36114; }

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

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

background-color css

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

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

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

border-color css

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

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

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