Html Css Color HEX #A1611E Golden Brown

📋 copy color: '#A1611E'

red 161 ◦ green 97 ◦ blue 30

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

Shades of Golden Brown #A1611E

Tints of Golden Brown #A1611E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.42%

R = 55.9%
G = 33.68%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A1611E (or 0xA1611E) is known color: Golden Brown. HEX triplet: A1, 61 and 1E. RGB value is (161,97,30). Sum of RGB (Red+Green+Blue) = 161+97+30=288 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.90% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 161 - color contains mainly: red. Hex color #A1611E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1611E is #5E9EE1. Grayscale: #6C6C6C. Windows color (decimal): -6201058 or 1991073. OLE color: 1991073.

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

Color convert

RGB 161 97 30 -
CMYK 0 0.40 0.81 0.37
HSL 30.69º 0.69% 0.37% -
HSV(B) 30.69º 0.81% 0.63% -
XYZ 19.21 16.22 3.35 -
YUV 108.5 83.7 165.45 -
System Red Green Blue C M Y K H S L
Decimal 161 97 30 0 0.40 0.81 0.37 30.69 0.69 0.37
Hex A1 61 1E 0 28 51 25 1F 45 25
Octal 241 141 36 0 50 121 45 37 105 45
Binary 10100001 1100001 11110 0 101000 1010001 100101 11111 1000101 100101

Color Harmonies of #A1611E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1611E

Black with #A1611E

Text Example


Text Example

White with #A1611E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1611E; }

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

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

background-color css

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

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

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

border-color css

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

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

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