Html Css Color HEX #A1611C Golden Brown

📋 copy color: '#A1611C'

red 161 ◦ green 97 ◦ blue 28

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

Shades of Golden Brown #A1611C

Tints of Golden Brown #A1611C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.92%

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

R = 56.29%
G = 33.92%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A1611C (or 0xA1611C) is known color: Golden Brown. HEX triplet: A1, 61 and 1C. RGB value is (161,97,28). Sum of RGB (Red+Green+Blue) = 161+97+28=286 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.29% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 161 - color contains mainly: red. Hex color #A1611C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1611C is #5E9EE3. Grayscale: #6C6C6C. Windows color (decimal): -6201060 or 1860001. OLE color: 1860001.

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

Color convert

RGB 161 97 28 -
CMYK 0 0.40 0.83 0.37
HSL 31.13º 0.7% 0.37% -
HSV(B) 31.13º 0.83% 0.63% -
XYZ 19.18 16.21 3.22 -
YUV 108.27 82.7 165.61 -
System Red Green Blue C M Y K H S L
Decimal 161 97 28 0 0.40 0.83 0.37 31.13 0.7 0.37
Hex A1 61 1C 0 28 53 25 1F 46 25
Octal 241 141 34 0 50 123 45 37 106 45
Binary 10100001 1100001 11100 0 101000 1010011 100101 11111 1000110 100101

Color Harmonies of #A1611C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1611C

Black with #A1611C

Text Example


Text Example

White with #A1611C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1611C; }

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

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

background-color css

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

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

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

border-color css

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

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

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