Html Css Color HEX #A1680F Golden Brown

📋 copy color: '#A1680F'

red 161 ◦ green 104 ◦ blue 15

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

Shades of Golden Brown #A1680F

Tints of Golden Brown #A1680F

RGB

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

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

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

R = 57.5%
G = 37.14%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A1680F (or 0xA1680F) is known color: Golden Brown. HEX triplet: A1, 68 and 0F. RGB value is (161,104,15). Sum of RGB (Red+Green+Blue) = 161+104+15=280 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.5% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 161 - color contains mainly: red. Hex color #A1680F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1680F is #5E97F0. Grayscale: #6F6F6F. Windows color (decimal): -6199281 or 1009825. OLE color: 1009825.

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

Color convert

RGB 161 104 15 -
CMYK 0 0.35 0.91 0.37
HSL 36.58º 0.83% 0.35% -
HSV(B) 36.58º 0.91% 0.63% -
XYZ 19.73 17.51 2.79 -
YUV 110.9 73.88 163.74 -
System Red Green Blue C M Y K H S L
Decimal 161 104 15 0 0.35 0.91 0.37 36.58 0.83 0.35
Hex A1 68 F 0 23 5B 25 25 53 23
Octal 241 150 17 0 43 133 45 45 123 43
Binary 10100001 1101000 1111 0 100011 1011011 100101 100101 1010011 100011

Color Harmonies of #A1680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1680F

Black with #A1680F

Text Example


Text Example

White with #A1680F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1680F; }

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

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

background-color css

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

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

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

border-color css

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

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

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