Html Css Color HEX #A36712 Golden Brown

📋 copy color: '#A36712'

red 163 ◦ green 103 ◦ blue 18

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

Shades of Golden Brown #A36712

Tints of Golden Brown #A36712

RGB

 RED value IS 163 (64.06% from 255) = 57.39%

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

 BLUE value IS 18 (7.42% from 255) = 6.34%

R = 57.39%
G = 36.27%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A36712 (or 0xA36712) is known color: Golden Brown. HEX triplet: A3, 67 and 12. RGB value is (163,103,18). Sum of RGB (Red+Green+Blue) = 163+103+18=284 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.39% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 163 - color contains mainly: red. Hex color #A36712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36712 is #5C98ED. Grayscale: #6F6F6F. Windows color (decimal): -6068462 or 1206179. OLE color: 1206179.

HSL color Cylindrical-coordinate representation of color #A36712: hue angle of 35.17º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A36712 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 103 18 -
CMYK 0 0.37 0.89 0.36
HSL 35.17º 0.8% 0.35% -
HSV(B) 35.17º 0.89% 0.64% -
XYZ 20.06 17.53 2.9 -
YUV 111.25 75.38 164.91 -
System Red Green Blue C M Y K H S L
Decimal 163 103 18 0 0.37 0.89 0.36 35.17 0.8 0.35
Hex A3 67 12 0 25 59 24 23 50 23
Octal 243 147 22 0 45 131 44 43 120 43
Binary 10100011 1100111 10010 0 100101 1011001 100100 100011 1010000 100011

Color Harmonies of #A36712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36712

Black with #A36712

Text Example


Text Example

White with #A36712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36712; }

 p { color: rgb(163,103,18); }

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

background-color css

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

 a { background-color: rgb(163,103,18); }

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

border-color css

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

 span { border-color: rgb(163,103,18); }

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