Html Css Color HEX #A07632 Buttered Rum

📋 copy color: '#A07632'

red 160 ◦ green 118 ◦ blue 50

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

Shades of Buttered Rum #A07632

Tints of Buttered Rum #A07632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.24%

R = 48.78%
G = 35.98%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A07632 (or 0xA07632) is known color: Buttered Rum. HEX triplet: A0, 76 and 32. RGB value is (160,118,50). Sum of RGB (Red+Green+Blue) = 160+118+50=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A07632 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07632 is #5F89CD. Grayscale: #7B7B7B. Windows color (decimal): -6261198 or 3307168. OLE color: 3307168.

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

Color convert

RGB 160 118 50 -
CMYK 0 0.26 0.69 0.37
HSL 37.09º 0.52% 0.41% -
HSV(B) 37.09º 0.69% 0.63% -
XYZ 21.55 20.66 5.87 -
YUV 122.81 86.91 154.53 -
System Red Green Blue C M Y K H S L
Decimal 160 118 50 0 0.26 0.69 0.37 37.09 0.52 0.41
Hex A0 76 32 0 1A 45 25 25 34 29
Octal 240 166 62 0 32 105 45 45 64 51
Binary 10100000 1110110 110010 0 11010 1000101 100101 100101 110100 101001

Color Harmonies of #A07632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07632

Black with #A07632

Text Example


Text Example

White with #A07632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07632; }

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

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

background-color css

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

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

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

border-color css

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

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

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