Html Css Color HEX #A36C18 Golden Brown

📋 copy color: '#A36C18'

red 163 ◦ green 108 ◦ blue 24

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

Shades of Golden Brown #A36C18

Tints of Golden Brown #A36C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.14%

R = 55.25%
G = 36.61%
B = 8.14%

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

#A36C18 (or 0xA36C18) is known color: Golden Brown. HEX triplet: A3, 6C and 18. RGB value is (163,108,24). Sum of RGB (Red+Green+Blue) = 163+108+24=295 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.25% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36C18 is #5C93E7. Grayscale: #737373. Windows color (decimal): -6067176 or 1600675. OLE color: 1600675.

HSL color Cylindrical-coordinate representation of color #A36C18: hue angle of 36.26º degrees, saturation: 0.74, 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 #A36C18 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 108 24 -
CMYK 0 0.34 0.85 0.36
HSL 36.26º 0.74% 0.37% -
HSV(B) 36.26º 0.85% 0.64% -
XYZ 20.63 18.58 3.36 -
YUV 114.87 76.72 162.33 -
System Red Green Blue C M Y K H S L
Decimal 163 108 24 0 0.34 0.85 0.36 36.26 0.74 0.37
Hex A3 6C 18 0 22 55 24 24 4A 25
Octal 243 154 30 0 42 125 44 44 112 45
Binary 10100011 1101100 11000 0 100010 1010101 100100 100100 1001010 100101

Color Harmonies of #A36C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36C18

Black with #A36C18

Text Example


Text Example

White with #A36C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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