Html Css Color HEX #A1681D Golden Brown

📋 copy color: '#A1681D'

red 161 ◦ green 104 ◦ blue 29

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

Shades of Golden Brown #A1681D

Tints of Golden Brown #A1681D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.37%

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

R = 54.76%
G = 35.37%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A1681D (or 0xA1681D) is known color: Golden Brown. HEX triplet: A1, 68 and 1D. RGB value is (161,104,29). Sum of RGB (Red+Green+Blue) = 161+104+29=294 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.76% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 161 - color contains mainly: red. Hex color #A1681D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1681D is #5E97E2. Grayscale: #707070. Windows color (decimal): -6199267 or 1927329. OLE color: 1927329.

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

Color convert

RGB 161 104 29 -
CMYK 0 0.35 0.82 0.37
HSL 34.09º 0.69% 0.37% -
HSV(B) 34.09º 0.82% 0.63% -
XYZ 19.87 17.57 3.51 -
YUV 112.49 80.88 162.6 -
System Red Green Blue C M Y K H S L
Decimal 161 104 29 0 0.35 0.82 0.37 34.09 0.69 0.37
Hex A1 68 1D 0 23 52 25 22 45 25
Octal 241 150 35 0 43 122 45 42 105 45
Binary 10100001 1101000 11101 0 100011 1010010 100101 100010 1000101 100101

Color Harmonies of #A1681D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1681D

Black with #A1681D

Text Example


Text Example

White with #A1681D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1681D; }

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

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

background-color css

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

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

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

border-color css

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

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

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