Html Css Color HEX #A1610F Golden Brown

📋 copy color: '#A1610F'

red 161 ◦ green 97 ◦ blue 15

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

Shades of Golden Brown #A1610F

Tints of Golden Brown #A1610F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.49%

R = 58.97%
G = 35.53%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A1610F (or 0xA1610F) is known color: Golden Brown. HEX triplet: A1, 61 and 0F. RGB value is (161,97,15). Sum of RGB (Red+Green+Blue) = 161+97+15=273 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.97% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 161 - color contains mainly: red. Hex color #A1610F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1610F is #5E9EF0. Grayscale: #6B6B6B. Windows color (decimal): -6201073 or 1008033. OLE color: 1008033.

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

Color convert

RGB 161 97 15 -
CMYK 0 0.40 0.91 0.37
HSL 33.7º 0.83% 0.35% -
HSV(B) 33.7º 0.91% 0.63% -
XYZ 19.06 16.16 2.57 -
YUV 106.79 76.2 166.67 -
System Red Green Blue C M Y K H S L
Decimal 161 97 15 0 0.40 0.91 0.37 33.7 0.83 0.35
Hex A1 61 F 0 28 5B 25 22 53 23
Octal 241 141 17 0 50 133 45 42 123 43
Binary 10100001 1100001 1111 0 101000 1011011 100101 100010 1010011 100011

Color Harmonies of #A1610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1610F

Black with #A1610F

Text Example


Text Example

White with #A1610F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1610F; }

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

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

background-color css

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

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

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

border-color css

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

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

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