Html Css Color HEX #A17513 Golden Brown

📋 copy color: '#A17513'

red 161 ◦ green 117 ◦ blue 19

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

Shades of Golden Brown #A17513

Tints of Golden Brown #A17513

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.39%

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

R = 54.21%
G = 39.39%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A17513 (or 0xA17513) is known color: Golden Brown. HEX triplet: A1, 75 and 13. RGB value is (161,117,19). Sum of RGB (Red+Green+Blue) = 161+117+19=297 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.21% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 161 - color contains mainly: red. Hex color #A17513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17513 is #5E8AEC. Grayscale: #777777. Windows color (decimal): -6195949 or 1275297. OLE color: 1275297.

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

Color convert

RGB 161 117 19 -
CMYK 0 0.27 0.88 0.37
HSL 41.41º 0.79% 0.35% -
HSV(B) 41.41º 0.88% 0.63% -
XYZ 21.18 20.35 3.43 -
YUV 118.98 71.58 157.97 -
System Red Green Blue C M Y K H S L
Decimal 161 117 19 0 0.27 0.88 0.37 41.41 0.79 0.35
Hex A1 75 13 0 1B 58 25 29 4F 23
Octal 241 165 23 0 33 130 45 51 117 43
Binary 10100001 1110101 10011 0 11011 1011000 100101 101001 1001111 100011

Color Harmonies of #A17513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17513

Black with #A17513

Text Example


Text Example

White with #A17513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17513; }

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

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

background-color css

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

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

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

border-color css

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

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

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