Html Css Color HEX #A36C26 Buttered Rum

📋 copy color: '#A36C26'

red 163 ◦ green 108 ◦ blue 38

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

Shades of Buttered Rum #A36C26

Tints of Buttered Rum #A36C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.3%

R = 52.75%
G = 34.95%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A36C26 (or 0xA36C26) is known color: Buttered Rum. HEX triplet: A3, 6C and 26. RGB value is (163,108,38). Sum of RGB (Red+Green+Blue) = 163+108+38=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36C26 is #5C93D9. Grayscale: #747474. Windows color (decimal): -6067162 or 2518179. OLE color: 2518179.

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

Color convert

RGB 163 108 38 -
CMYK 0 0.34 0.77 0.36
HSL 33.6º 0.62% 0.39% -
HSV(B) 33.6º 0.77% 0.64% -
XYZ 20.82 18.65 4.34 -
YUV 116.47 83.72 161.19 -
System Red Green Blue C M Y K H S L
Decimal 163 108 38 0 0.34 0.77 0.36 33.6 0.62 0.39
Hex A3 6C 26 0 22 4D 24 22 3E 27
Octal 243 154 46 0 42 115 44 42 76 47
Binary 10100011 1101100 100110 0 100010 1001101 100100 100010 111110 100111

Color Harmonies of #A36C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36C26

Black with #A36C26

Text Example


Text Example

White with #A36C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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