Html Css Color HEX #A36605 Golden Brown

📋 copy color: '#A36605'

red 163 ◦ green 102 ◦ blue 5

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

Shades of Golden Brown #A36605

Tints of Golden Brown #A36605

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.78%

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

R = 60.37%
G = 37.78%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A36605 (or 0xA36605) is known color: Golden Brown. HEX triplet: A3, 66 and 05. RGB value is (163,102,5). Sum of RGB (Red+Green+Blue) = 163+102+5=270 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.37% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 163 - color contains mainly: red. Hex color #A36605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36605 is #5C99FA. Grayscale: #6D6D6D. Windows color (decimal): -6068731 or 353955. OLE color: 353955.

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

Color convert

RGB 163 102 5 -
CMYK 0 0.37 0.97 0.36
HSL 36.84º 0.94% 0.33% -
HSV(B) 36.84º 0.97% 0.64% -
XYZ 19.88 17.3 2.43 -
YUV 109.18 69.21 166.39 -
System Red Green Blue C M Y K H S L
Decimal 163 102 5 0 0.37 0.97 0.36 36.84 0.94 0.33
Hex A3 66 5 0 25 61 24 25 5E 21
Octal 243 146 5 0 45 141 44 45 136 41
Binary 10100011 1100110 101 0 100101 1100001 100100 100101 1011110 100001

Color Harmonies of #A36605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36605

Black with #A36605

Text Example


Text Example

White with #A36605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36605; }

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

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

background-color css

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

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

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

border-color css

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

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

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