Html Css Color HEX #A1630E Golden Brown

📋 copy color: '#A1630E'

red 161 ◦ green 99 ◦ blue 14

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

Shades of Golden Brown #A1630E

Tints of Golden Brown #A1630E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.13%

 BLUE value IS 14 (5.86% from 255) = 5.11%

R = 58.76%
G = 36.13%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A1630E (or 0xA1630E) is known color: Golden Brown. HEX triplet: A1, 63 and 0E. RGB value is (161,99,14). Sum of RGB (Red+Green+Blue) = 161+99+14=274 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.76% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 161 - color contains mainly: red. Hex color #A1630E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1630E is #5E9CF1. Grayscale: #6C6C6C. Windows color (decimal): -6200562 or 943009. OLE color: 943009.

HSL color Cylindrical-coordinate representation of color #A1630E: hue angle of 34.69º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1630E is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 99 14 -
CMYK 0 0.39 0.91 0.37
HSL 34.69º 0.84% 0.34% -
HSV(B) 34.69º 0.91% 0.63% -
XYZ 19.24 16.53 2.59 -
YUV 107.85 75.04 165.91 -
System Red Green Blue C M Y K H S L
Decimal 161 99 14 0 0.39 0.91 0.37 34.69 0.84 0.34
Hex A1 63 E 0 27 5B 25 23 54 22
Octal 241 143 16 0 47 133 45 43 124 42
Binary 10100001 1100011 1110 0 100111 1011011 100101 100011 1010100 100010

Color Harmonies of #A1630E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1630E

Black with #A1630E

Text Example


Text Example

White with #A1630E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1630E; }

 p { color: rgb(161,99,14); }

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

background-color css

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

 a { background-color: rgb(161,99,14); }

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

border-color css

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

 span { border-color: rgb(161,99,14); }

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