Html Css Color HEX #A1671F Golden Brown

📋 copy color: '#A1671F'

red 161 ◦ green 103 ◦ blue 31

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

Shades of Golden Brown #A1671F

Tints of Golden Brown #A1671F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.92%

 BLUE value IS 31 (12.5% from 255) = 10.51%

R = 54.58%
G = 34.92%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A1671F (or 0xA1671F) is known color: Golden Brown. HEX triplet: A1, 67 and 1F. RGB value is (161,103,31). Sum of RGB (Red+Green+Blue) = 161+103+31=295 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.58% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 161 - color contains mainly: red. Hex color #A1671F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1671F is #5E98E0. Grayscale: #707070. Windows color (decimal): -6199521 or 2058145. OLE color: 2058145.

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

Color convert

RGB 161 103 31 -
CMYK 0 0.36 0.81 0.37
HSL 33.23º 0.68% 0.38% -
HSV(B) 33.23º 0.81% 0.63% -
XYZ 19.8 17.38 3.61 -
YUV 112.13 82.22 162.85 -
System Red Green Blue C M Y K H S L
Decimal 161 103 31 0 0.36 0.81 0.37 33.23 0.68 0.38
Hex A1 67 1F 0 24 51 25 21 44 26
Octal 241 147 37 0 44 121 45 41 104 46
Binary 10100001 1100111 11111 0 100100 1010001 100101 100001 1000100 100110

Color Harmonies of #A1671F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1671F

Black with #A1671F

Text Example


Text Example

White with #A1671F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1671F; }

 p { color: rgb(161,103,31); }

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

background-color css

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

 a { background-color: rgb(161,103,31); }

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

border-color css

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

 span { border-color: rgb(161,103,31); }

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