Html Css Color HEX #A17313 Golden Brown

📋 copy color: '#A17313'

red 161 ◦ green 115 ◦ blue 19

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

Shades of Golden Brown #A17313

Tints of Golden Brown #A17313

RGB

 RED value IS 161 (63.28% from 255) = 54.58%

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

 BLUE value IS 19 (7.81% from 255) = 6.44%

R = 54.58%
G = 38.98%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A17313 (or 0xA17313) is known color: Golden Brown. HEX triplet: A1, 73 and 13. RGB value is (161,115,19). Sum of RGB (Red+Green+Blue) = 161+115+19=295 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.58% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 161 - color contains mainly: red. Hex color #A17313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17313 is #5E8CEC. Grayscale: #767676. Windows color (decimal): -6196461 or 1274785. OLE color: 1274785.

HSL color Cylindrical-coordinate representation of color #A17313: hue angle of 40.56º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A17313 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 115 19 -
CMYK 0 0.29 0.88 0.37
HSL 40.56º 0.79% 0.35% -
HSV(B) 40.56º 0.88% 0.63% -
XYZ 20.95 19.89 3.35 -
YUV 117.81 72.24 158.81 -
System Red Green Blue C M Y K H S L
Decimal 161 115 19 0 0.29 0.88 0.37 40.56 0.79 0.35
Hex A1 73 13 0 1D 58 25 29 4F 23
Octal 241 163 23 0 35 130 45 51 117 43
Binary 10100001 1110011 10011 0 11101 1011000 100101 101001 1001111 100011

Color Harmonies of #A17313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17313

Black with #A17313

Text Example


Text Example

White with #A17313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17313; }

 p { color: rgb(161,115,19); }

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

background-color css

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

 a { background-color: rgb(161,115,19); }

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

border-color css

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

 span { border-color: rgb(161,115,19); }

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