Html Css Color HEX #A36C19 Golden Brown

📋 copy color: '#A36C19'

red 163 ◦ green 108 ◦ blue 25

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

Shades of Golden Brown #A36C19

Tints of Golden Brown #A36C19

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.49%

 BLUE value IS 25 (10.16% from 255) = 8.45%

R = 55.07%
G = 36.49%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A36C19 (or 0xA36C19) is known color: Golden Brown. HEX triplet: A3, 6C and 19. RGB value is (163,108,25). Sum of RGB (Red+Green+Blue) = 163+108+25=296 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.07% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36C19 is #5C93E6. Grayscale: #737373. Windows color (decimal): -6067175 or 1666211. OLE color: 1666211.

HSL color Cylindrical-coordinate representation of color #A36C19: hue angle of 36.09º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A36C19 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 108 25 -
CMYK 0 0.34 0.85 0.36
HSL 36.09º 0.73% 0.37% -
HSV(B) 36.09º 0.85% 0.64% -
XYZ 20.64 18.58 3.42 -
YUV 114.98 77.22 162.25 -
System Red Green Blue C M Y K H S L
Decimal 163 108 25 0 0.34 0.85 0.36 36.09 0.73 0.37
Hex A3 6C 19 0 22 55 24 24 49 25
Octal 243 154 31 0 42 125 44 44 111 45
Binary 10100011 1101100 11001 0 100010 1010101 100100 100100 1001001 100101

Color Harmonies of #A36C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36C19

Black with #A36C19

Text Example


Text Example

White with #A36C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36C19; }

 p { color: rgb(163,108,25); }

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

background-color css

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

 a { background-color: rgb(163,108,25); }

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

border-color css

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

 span { border-color: rgb(163,108,25); }

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