Html Css Color HEX #A07639 Buttered Rum

📋 copy color: '#A07639'

red 160 ◦ green 118 ◦ blue 57

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

Shades of Buttered Rum #A07639

Tints of Buttered Rum #A07639

RGB

 RED value IS 160 (62.89% from 255) = 47.76%

 GREEN value IS 118 (46.48% from 255) = 35.22%

 BLUE value IS 57 (22.66% from 255) = 17.01%

R = 47.76%
G = 35.22%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A07639 (or 0xA07639) is known color: Buttered Rum. HEX triplet: A0, 76 and 39. RGB value is (160,118,57). Sum of RGB (Red+Green+Blue) = 160+118+57=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A07639 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07639 is #5F89C6. Grayscale: #7B7B7B. Windows color (decimal): -6261191 or 3765920. OLE color: 3765920.

HSL color Cylindrical-coordinate representation of color #A07639: hue angle of 35.53º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A07639 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 118 57 -
CMYK 0 0.26 0.64 0.37
HSL 35.53º 0.47% 0.43% -
HSV(B) 35.53º 0.64% 0.63% -
XYZ 21.71 20.73 6.73 -
YUV 123.6 90.41 153.96 -
System Red Green Blue C M Y K H S L
Decimal 160 118 57 0 0.26 0.64 0.37 35.53 0.47 0.43
Hex A0 76 39 0 1A 40 25 24 2F 2B
Octal 240 166 71 0 32 100 45 44 57 53
Binary 10100000 1110110 111001 0 11010 1000000 100101 100100 101111 101011

Color Harmonies of #A07639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07639

Black with #A07639

Text Example


Text Example

White with #A07639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07639; }

 p { color: rgb(160,118,57); }

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

background-color css

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

 a { background-color: rgb(160,118,57); }

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

border-color css

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

 span { border-color: rgb(160,118,57); }

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