Html Css Color HEX #A36715 Golden Brown

📋 copy color: '#A36715'

red 163 ◦ green 103 ◦ blue 21

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

Shades of Golden Brown #A36715

Tints of Golden Brown #A36715

RGB

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

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

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

R = 56.79%
G = 35.89%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A36715 (or 0xA36715) is known color: Golden Brown. HEX triplet: A3, 67 and 15. RGB value is (163,103,21). Sum of RGB (Red+Green+Blue) = 163+103+21=287 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.79% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 163 - color contains mainly: red. Hex color #A36715 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36715 is #5C98EA. Grayscale: #6F6F6F. Windows color (decimal): -6068459 or 1402787. OLE color: 1402787.

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

Color convert

RGB 163 103 21 -
CMYK 0 0.37 0.87 0.36
HSL 34.65º 0.77% 0.36% -
HSV(B) 34.65º 0.87% 0.64% -
XYZ 20.09 17.54 3.04 -
YUV 111.59 76.88 164.67 -
System Red Green Blue C M Y K H S L
Decimal 163 103 21 0 0.37 0.87 0.36 34.65 0.77 0.36
Hex A3 67 15 0 25 57 24 23 4D 24
Octal 243 147 25 0 45 127 44 43 115 44
Binary 10100011 1100111 10101 0 100101 1010111 100100 100011 1001101 100100

Color Harmonies of #A36715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36715

Black with #A36715

Text Example


Text Example

White with #A36715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36715; }

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

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

background-color css

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

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

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

border-color css

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

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

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