Html Css Color HEX #A36110 Golden Brown

📋 copy color: '#A36110'

red 163 ◦ green 97 ◦ blue 16

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

Shades of Golden Brown #A36110

Tints of Golden Brown #A36110

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.14%

 BLUE value IS 16 (6.64% from 255) = 5.8%

R = 59.06%
G = 35.14%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A36110 (or 0xA36110) is known color: Golden Brown. HEX triplet: A3, 61 and 10. RGB value is (163,97,16). Sum of RGB (Red+Green+Blue) = 163+97+16=276 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.06% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 163 - color contains mainly: red. Hex color #A36110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36110 is #5C9EEF. Grayscale: #6B6B6B. Windows color (decimal): -6070000 or 1073571. OLE color: 1073571.

HSL color Cylindrical-coordinate representation of color #A36110: hue angle of 33.06º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A36110 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 97 16 -
CMYK 0 0.40 0.90 0.36
HSL 33.06º 0.82% 0.35% -
HSV(B) 33.06º 0.9% 0.64% -
XYZ 19.47 16.37 2.62 -
YUV 107.5 76.37 167.59 -
System Red Green Blue C M Y K H S L
Decimal 163 97 16 0 0.40 0.90 0.36 33.06 0.82 0.35
Hex A3 61 10 0 28 5A 24 21 52 23
Octal 243 141 20 0 50 132 44 41 122 43
Binary 10100011 1100001 10000 0 101000 1011010 100100 100001 1010010 100011

Color Harmonies of #A36110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36110

Black with #A36110

Text Example


Text Example

White with #A36110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36110; }

 p { color: rgb(163,97,16); }

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

background-color css

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

 a { background-color: rgb(163,97,16); }

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

border-color css

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

 span { border-color: rgb(163,97,16); }

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