Html Css Color HEX #A1711D Golden Brown

📋 copy color: '#A1711D'

red 161 ◦ green 113 ◦ blue 29

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

Shades of Golden Brown #A1711D

Tints of Golden Brown #A1711D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.29%

 BLUE value IS 29 (11.72% from 255) = 9.57%

R = 53.14%
G = 37.29%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A1711D (or 0xA1711D) is known color: Golden Brown. HEX triplet: A1, 71 and 1D. RGB value is (161,113,29). Sum of RGB (Red+Green+Blue) = 161+113+29=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A1711D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1711D is #5E8EE2. Grayscale: #767676. Windows color (decimal): -6196963 or 1929633. OLE color: 1929633.

HSL color Cylindrical-coordinate representation of color #A1711D: hue angle of 38.18º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A1711D is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 113 29 -
CMYK 0 0.30 0.82 0.37
HSL 38.18º 0.69% 0.37% -
HSV(B) 38.18º 0.82% 0.63% -
XYZ 20.82 19.48 3.82 -
YUV 117.78 77.9 158.83 -
System Red Green Blue C M Y K H S L
Decimal 161 113 29 0 0.30 0.82 0.37 38.18 0.69 0.37
Hex A1 71 1D 0 1E 52 25 26 45 25
Octal 241 161 35 0 36 122 45 46 105 45
Binary 10100001 1110001 11101 0 11110 1010010 100101 100110 1000101 100101

Color Harmonies of #A1711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1711D

Black with #A1711D

Text Example


Text Example

White with #A1711D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1711D; }

 p { color: rgb(161,113,29); }

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

background-color css

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

 a { background-color: rgb(161,113,29); }

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

border-color css

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

 span { border-color: rgb(161,113,29); }

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