Html Css Color HEX #A36805 Golden Brown

📋 copy color: '#A36805'

red 163 ◦ green 104 ◦ blue 5

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

Shades of Golden Brown #A36805

Tints of Golden Brown #A36805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.84%

R = 59.93%
G = 38.24%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A36805 (or 0xA36805) is known color: Golden Brown. HEX triplet: A3, 68 and 05. RGB value is (163,104,5). Sum of RGB (Red+Green+Blue) = 163+104+5=272 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.93% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 163 - color contains mainly: red. Hex color #A36805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36805 is #5C97FA. Grayscale: #6E6E6E. Windows color (decimal): -6068219 or 354467. OLE color: 354467.

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

Color convert

RGB 163 104 5 -
CMYK 0 0.36 0.97 0.36
HSL 37.59º 0.94% 0.33% -
HSV(B) 37.59º 0.97% 0.64% -
XYZ 20.08 17.7 2.5 -
YUV 110.36 68.55 165.55 -
System Red Green Blue C M Y K H S L
Decimal 163 104 5 0 0.36 0.97 0.36 37.59 0.94 0.33
Hex A3 68 5 0 24 61 24 26 5E 21
Octal 243 150 5 0 44 141 44 46 136 41
Binary 10100011 1101000 101 0 100100 1100001 100100 100110 1011110 100001

Color Harmonies of #A36805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36805

Black with #A36805

Text Example


Text Example

White with #A36805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36805; }

 p { color: rgb(163,104,5); }

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

background-color css

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

 a { background-color: rgb(163,104,5); }

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

border-color css

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

 span { border-color: rgb(163,104,5); }

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