Html Css Color HEX #A1671D Golden Brown

📋 copy color: '#A1671D'

red 161 ◦ green 103 ◦ blue 29

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

Shades of Golden Brown #A1671D

Tints of Golden Brown #A1671D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.9%

R = 54.95%
G = 35.15%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A1671D (or 0xA1671D) is known color: Golden Brown. HEX triplet: A1, 67 and 1D. RGB value is (161,103,29). Sum of RGB (Red+Green+Blue) = 161+103+29=293 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.95% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 161 - color contains mainly: red. Hex color #A1671D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1671D is #5E98E2. Grayscale: #707070. Windows color (decimal): -6199523 or 1927073. OLE color: 1927073.

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

Color convert

RGB 161 103 29 -
CMYK 0 0.36 0.82 0.37
HSL 33.64º 0.69% 0.37% -
HSV(B) 33.64º 0.82% 0.63% -
XYZ 19.77 17.37 3.47 -
YUV 111.91 81.22 163.02 -
System Red Green Blue C M Y K H S L
Decimal 161 103 29 0 0.36 0.82 0.37 33.64 0.69 0.37
Hex A1 67 1D 0 24 52 25 22 45 25
Octal 241 147 35 0 44 122 45 42 105 45
Binary 10100001 1100111 11101 0 100100 1010010 100101 100010 1000101 100101

Color Harmonies of #A1671D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1671D

Black with #A1671D

Text Example


Text Example

White with #A1671D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1671D; }

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

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

background-color css

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

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

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

border-color css

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

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

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