Html Css Color HEX #A1711C Golden Brown

📋 copy color: '#A1711C'

red 161 ◦ green 113 ◦ blue 28

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

Shades of Golden Brown #A1711C

Tints of Golden Brown #A1711C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.27%

R = 53.31%
G = 37.42%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A1711C (or 0xA1711C) is known color: Golden Brown. HEX triplet: A1, 71 and 1C. RGB value is (161,113,28). Sum of RGB (Red+Green+Blue) = 161+113+28=302 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.31% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 161 - color contains mainly: red. Hex color #A1711C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1711C is #5E8EE3. Grayscale: #767676. Windows color (decimal): -6196964 or 1864097. OLE color: 1864097.

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

Color convert

RGB 161 113 28 -
CMYK 0 0.30 0.83 0.37
HSL 38.35º 0.7% 0.37% -
HSV(B) 38.35º 0.83% 0.63% -
XYZ 20.81 19.47 3.76 -
YUV 117.66 77.4 158.91 -
System Red Green Blue C M Y K H S L
Decimal 161 113 28 0 0.30 0.83 0.37 38.35 0.7 0.37
Hex A1 71 1C 0 1E 53 25 26 46 25
Octal 241 161 34 0 36 123 45 46 106 45
Binary 10100001 1110001 11100 0 11110 1010011 100101 100110 1000110 100101

Color Harmonies of #A1711C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1711C

Black with #A1711C

Text Example


Text Example

White with #A1711C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1711C; }

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

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

background-color css

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

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

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

border-color css

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

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

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