Html Css Color HEX #A36115 Golden Brown

📋 copy color: '#A36115'

red 163 ◦ green 97 ◦ blue 21

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

Shades of Golden Brown #A36115

Tints of Golden Brown #A36115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.47%

R = 58.01%
G = 34.52%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A36115 (or 0xA36115) is known color: Golden Brown. HEX triplet: A3, 61 and 15. RGB value is (163,97,21). Sum of RGB (Red+Green+Blue) = 163+97+21=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A36115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36115 is #5C9EEA. Grayscale: #6C6C6C. Windows color (decimal): -6069995 or 1401251. OLE color: 1401251.

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

Color convert

RGB 163 97 21 -
CMYK 0 0.40 0.87 0.36
HSL 32.11º 0.77% 0.36% -
HSV(B) 32.11º 0.87% 0.64% -
XYZ 19.51 16.39 2.84 -
YUV 108.07 78.87 167.18 -
System Red Green Blue C M Y K H S L
Decimal 163 97 21 0 0.40 0.87 0.36 32.11 0.77 0.36
Hex A3 61 15 0 28 57 24 20 4D 24
Octal 243 141 25 0 50 127 44 40 115 44
Binary 10100011 1100001 10101 0 101000 1010111 100100 100000 1001101 100100

Color Harmonies of #A36115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36115

Black with #A36115

Text Example


Text Example

White with #A36115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36115; }

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

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

background-color css

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

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

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

border-color css

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

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

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