Html Css Color HEX #A07534 Buttered Rum

📋 copy color: '#A07534'

red 160 ◦ green 117 ◦ blue 52

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

Shades of Buttered Rum #A07534

Tints of Buttered Rum #A07534

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.56%

 BLUE value IS 52 (20.7% from 255) = 15.81%

R = 48.63%
G = 35.56%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A07534 (or 0xA07534) is known color: Buttered Rum. HEX triplet: A0, 75 and 34. RGB value is (160,117,52). Sum of RGB (Red+Green+Blue) = 160+117+52=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A07534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07534 is #5F8ACB. Grayscale: #7A7A7A. Windows color (decimal): -6261452 or 3437984. OLE color: 3437984.

HSL color Cylindrical-coordinate representation of color #A07534: hue angle of 36.11º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A07534 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 117 52 -
CMYK 0 0.27 0.68 0.37
HSL 36.11º 0.51% 0.42% -
HSV(B) 36.11º 0.68% 0.63% -
XYZ 21.48 20.44 6.06 -
YUV 122.45 88.25 154.79 -
System Red Green Blue C M Y K H S L
Decimal 160 117 52 0 0.27 0.68 0.37 36.11 0.51 0.42
Hex A0 75 34 0 1B 44 25 24 33 2A
Octal 240 165 64 0 33 104 45 44 63 52
Binary 10100000 1110101 110100 0 11011 1000100 100101 100100 110011 101010

Color Harmonies of #A07534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07534

Black with #A07534

Text Example


Text Example

White with #A07534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07534; }

 p { color: rgb(160,117,52); }

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

background-color css

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

 a { background-color: rgb(160,117,52); }

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

border-color css

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

 span { border-color: rgb(160,117,52); }

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