Html Css Color HEX #A1590F Golden Brown

📋 copy color: '#A1590F'

red 161 ◦ green 89 ◦ blue 15

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

Shades of Golden Brown #A1590F

Tints of Golden Brown #A1590F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.58%

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

R = 60.75%
G = 33.58%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A1590F (or 0xA1590F) is known color: Golden Brown. HEX triplet: A1, 59 and 0F. RGB value is (161,89,15). Sum of RGB (Red+Green+Blue) = 161+89+15=265 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.75% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 161 - color contains mainly: red. Hex color #A1590F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1590F is #5EA6F0. Grayscale: #666666. Windows color (decimal): -6203121 or 1005985. OLE color: 1005985.

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

Color convert

RGB 161 89 15 -
CMYK 0 0.45 0.91 0.37
HSL 30.41º 0.83% 0.35% -
HSV(B) 30.41º 0.91% 0.63% -
XYZ 18.36 14.76 2.33 -
YUV 102.09 78.85 170.02 -
System Red Green Blue C M Y K H S L
Decimal 161 89 15 0 0.45 0.91 0.37 30.41 0.83 0.35
Hex A1 59 F 0 2D 5B 25 1E 53 23
Octal 241 131 17 0 55 133 45 36 123 43
Binary 10100001 1011001 1111 0 101101 1011011 100101 11110 1010011 100011

Color Harmonies of #A1590F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1590F

Black with #A1590F

Text Example


Text Example

White with #A1590F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1590F; }

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

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

background-color css

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

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

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

border-color css

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

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

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