Html Css Color HEX #A17315 Golden Brown

📋 copy color: '#A17315'

red 161 ◦ green 115 ◦ blue 21

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

Shades of Golden Brown #A17315

Tints of Golden Brown #A17315

RGB

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

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

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

R = 54.21%
G = 38.72%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A17315 (or 0xA17315) is known color: Golden Brown. HEX triplet: A1, 73 and 15. RGB value is (161,115,21). Sum of RGB (Red+Green+Blue) = 161+115+21=297 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.21% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 161 - color contains mainly: red. Hex color #A17315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17315 is #5E8CEA. Grayscale: #767676. Windows color (decimal): -6196459 or 1405857. OLE color: 1405857.

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

Color convert

RGB 161 115 21 -
CMYK 0 0.29 0.87 0.37
HSL 40.29º 0.77% 0.36% -
HSV(B) 40.29º 0.87% 0.63% -
XYZ 20.96 19.89 3.44 -
YUV 118.04 73.24 158.64 -
System Red Green Blue C M Y K H S L
Decimal 161 115 21 0 0.29 0.87 0.37 40.29 0.77 0.36
Hex A1 73 15 0 1D 57 25 28 4D 24
Octal 241 163 25 0 35 127 45 50 115 44
Binary 10100001 1110011 10101 0 11101 1010111 100101 101000 1001101 100100

Color Harmonies of #A17315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17315

Black with #A17315

Text Example


Text Example

White with #A17315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17315; }

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

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

background-color css

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

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

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

border-color css

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

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

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