Html Css Color HEX #A1711A Golden Brown

📋 copy color: '#A1711A'

red 161 ◦ green 113 ◦ blue 26

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

Shades of Golden Brown #A1711A

Tints of Golden Brown #A1711A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.67%

R = 53.67%
G = 37.67%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A1711A (or 0xA1711A) is known color: Golden Brown. HEX triplet: A1, 71 and 1A. RGB value is (161,113,26). Sum of RGB (Red+Green+Blue) = 161+113+26=300 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.67% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 161 - color contains mainly: red. Hex color #A1711A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1711A is #5E8EE5. Grayscale: #757575. Windows color (decimal): -6196966 or 1733025. OLE color: 1733025.

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

Color convert

RGB 161 113 26 -
CMYK 0 0.30 0.84 0.37
HSL 38.67º 0.72% 0.37% -
HSV(B) 38.67º 0.84% 0.63% -
XYZ 20.79 19.46 3.64 -
YUV 117.43 76.4 159.07 -
System Red Green Blue C M Y K H S L
Decimal 161 113 26 0 0.30 0.84 0.37 38.67 0.72 0.37
Hex A1 71 1A 0 1E 54 25 27 48 25
Octal 241 161 32 0 36 124 45 47 110 45
Binary 10100001 1110001 11010 0 11110 1010100 100101 100111 1001000 100101

Color Harmonies of #A1711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1711A

Black with #A1711A

Text Example


Text Example

White with #A1711A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1711A; }

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

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

background-color css

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

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

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

border-color css

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

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

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