Html Css Color HEX #A36701 Golden Brown

📋 copy color: '#A36701'

red 163 ◦ green 103 ◦ blue 1

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

Shades of Golden Brown #A36701

Tints of Golden Brown #A36701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 61.05%
G = 38.58%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A36701 (or 0xA36701) is known color: Golden Brown. HEX triplet: A3, 67 and 01. RGB value is (163,103,1). Sum of RGB (Red+Green+Blue) = 163+103+1=267 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.05% from 267); Green value is 103 (40.62% from 255 or 38.58% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 163 - color contains mainly: red. Hex color #A36701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36701 is #5C98FE. Grayscale: #6D6D6D. Windows color (decimal): -6068479 or 92067. OLE color: 92067.

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

Color convert

RGB 163 103 1 -
CMYK 0 0.37 0.99 0.36
HSL 37.78º 0.99% 0.32% -
HSV(B) 37.78º 0.99% 0.64% -
XYZ 19.96 17.49 2.35 -
YUV 109.31 66.88 166.29 -
System Red Green Blue C M Y K H S L
Decimal 163 103 1 0 0.37 0.99 0.36 37.78 0.99 0.32
Hex A3 67 1 0 25 63 24 26 63 20
Octal 243 147 1 0 45 143 44 46 143 40
Binary 10100011 1100111 1 0 100101 1100011 100100 100110 1100011 100000

Color Harmonies of #A36701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36701

Black with #A36701

Text Example


Text Example

White with #A36701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36701; }

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

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

background-color css

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

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

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

border-color css

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

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

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